Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Dec 21, 2024
1 parent 2529582 commit 642eaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdbx/env_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func TestEnv_Open(t *testing.T) {
}

func TestEnv_PreOpen(t *testing.T) {
env, err1 := NewEnv()
env, err1 := NewEnv(Default)
if err1 != nil {
t.Error(err1)
return
Expand Down

0 comments on commit 642eaac

Please sign in to comment.