Skip to content

Commit

Permalink
test: change NewDB to NewGoLevelDB
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Mar 14, 2023
1 parent 075b7bc commit 5af9711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ func TestNodeInvalidNodeInfoCustomReactors(t *testing.T) {
}

func TestSaveAndLoadBigGensisFile(t *testing.T) {
stateDB, err := dbm.NewDB("state", "goleveldb", os.TempDir())
stateDB, err := dbm.NewGoLevelDB("state", os.TempDir())
require.NoError(t, err)
config := cfg.ResetTestRoot("node_big_genesis_test")
defer os.RemoveAll(config.RootDir)
Expand Down

0 comments on commit 5af9711

Please sign in to comment.