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 f7e1fe9 commit d27ee09
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{

Check failure on line 146 in persistence/trees/atomic_test.go

View workflow job for this annotation

GitHub Actions / lint

undefined: TreeStore (typecheck)
logger: &zerolog.Logger{},
Expand Down

0 comments on commit d27ee09

Please sign in to comment.