mirror of
https://github.com/hay-kot/homebox.git
synced 2025-02-16 17:37:53 +00:00
use tCtx
This commit is contained in:
parent
d7fd68765a
commit
41881ee8ec
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ func TestMain(m *testing.M) {
|
||||||
log.Fatalf("failed opening connection to sqlite: %v", err)
|
log.Fatalf("failed opening connection to sqlite: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
err = client.Schema.Create(context.Background())
|
err = client.Schema.Create(tCtx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatalf("failed creating schema resources: %v", err)
|
log.Fatalf("failed creating schema resources: %v", err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue