mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 08:35:43 +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)
|
||||
}
|
||||
|
||||
err = client.Schema.Create(context.Background())
|
||||
err = client.Schema.Create(tCtx)
|
||||
if err != nil {
|
||||
log.Fatalf("failed creating schema resources: %v", err)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue