This commit is contained in:
Hayden 2024-05-06 18:27:11 -05:00
parent d7fd68765a
commit 41881ee8ec
No known key found for this signature in database
GPG key ID: 17CF79474E257545

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)
}