This commit is contained in:
Hayden
2024-05-06 18:27:11 -05:00
parent d7fd68765a
commit 41881ee8ec

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