Skip to content

Commit

Permalink
Merge branch '6558-import-ddb-bug' of https://github.com/treeverse/la…
Browse files Browse the repository at this point in the history
…keFS into 6558-import-ddb-bug
  • Loading branch information
itaiad200 committed Sep 10, 2023
2 parents 146413a + 58cb658 commit e820409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kv/postgres/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func TestPostgresKV(t *testing.T) {
if err != nil {
t.Fatalf("Unable to connect to database: %v", err)
}
defer conn.Close(context.Background())
defer conn.Close(ctx)

// create a new schema per test
schemaName := "test_schema" + testutil.UniqueName()
Expand Down

0 comments on commit e820409

Please sign in to comment.