Skip to content

Commit

Permalink
[fixup] updates tree store to use treeStoreDir
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlott committed Jul 20, 2023
1 parent ff89592 commit e6337f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions persistence/trees/atomic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ func TestTreeStore_SaveAndLoad(t *testing.T) {
t.Logf("WORLDSTATE SAVED - ROOT HASH [%s]", hex.EncodeToString(ts.Prev.RootHash))
t.Log("=====================")

require.NoError(t, err)

// declare a second TreeStore with no trees then load the first worldstate into it
ts2 := &TreeStore{
logger: &zerolog.Logger{},
Expand Down

0 comments on commit e6337f8

Please sign in to comment.