Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Apr 15, 2024
1 parent 4db72cc commit 0d9682a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdbx/txn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ func TestTxn_OpenDBI_zero(t *testing.T) {
panic(err)
}
_, err = txn.Get(dbi, []byte("k"))
if !IsErrno(err, BadDBI) {
if !IsErrno(err, NotFound) {
t.Errorf("mdb_dbi_open: %v", err)
}
}
Expand Down

0 comments on commit 0d9682a

Please sign in to comment.