Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Nov 1, 2023
1 parent 9cbfb92 commit c998651
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 @@ -730,7 +730,7 @@ func TestCursor_Del(t *testing.T) {
}

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

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

0 comments on commit c998651

Please sign in to comment.