Commit 5be2aab9 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ac4dd680
......@@ -44,7 +44,7 @@ func TestZBlk(t *testing.T) {
txn, ctx := transaction.New(ctx)
defer txn.Abort()
conn, err := db.Open(ctx); X(err)
conn, err := db.Open(ctx, &zodb.ConnOptions{}); X(err)
// XXX close db/stor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment