Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Feb 28, 2023
1 parent 359af08 commit b0c62d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdbx/cursor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ func TestCursor_Renew(t *testing.T) {
}

func TestCursor_Bind(t *testing.T) {
env := setup(t)
env, _ := setup(t)

var db1, db2 DBI
err := env.Update(func(txn *Txn) (err error) {
Expand Down

0 comments on commit b0c62d2

Please sign in to comment.