This commit is contained in:
Hayden 2024-05-06 18:27:11 -05:00
parent bb3b9eb857
commit a78ea5d663
No known key found for this signature in database
GPG Key ID: 17CF79474E257545
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ func TestMain(m *testing.M) {
log.Fatalf("failed opening connection to sqlite: %v", err)
}
err = client.Schema.Create(context.Background())
err = client.Schema.Create(tCtx)
if err != nil {
log.Fatalf("failed creating schema resources: %v", err)
}