Skip to content

Commit 9185b04

Browse files
committed
Merge branch 'nightly/v2.0.x' of github.com:cosmos/iavl into v2/async-commit
2 parents 97f3b34 + d3ac274 commit 9185b04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tree_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ func TestTree_Hash(t *testing.T) {
189189

190190
func TestTree_Build_Load(t *testing.T) {
191191
// build the initial version of the tree with periodic checkpoints
192-
//tmpDir := t.TempDir()
193-
tmpDir := "/tmp/iavl-v2-test"
192+
tmpDir := t.TempDir()
194193
opts := testutil.NewTreeBuildOptions().With10_000()
195194
multiTree := NewMultiTree(tmpDir, TreeOptions{CheckpointInterval: 4000, HeightFilter: 0, StateStorage: false})
196195
itrs, ok := opts.Iterator.(*bench.ChangesetIterators)

0 commit comments

Comments
 (0)