Skip to content

Commit

Permalink
fix: pathdb ut
Browse files Browse the repository at this point in the history
  • Loading branch information
joeylichang committed Apr 26, 2024
1 parent bcffad2 commit e51827c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trie/triedb/pathdb/database_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ func newTester(t *testing.T) *tester {
}
obj.roots = append(obj.roots, root)
}
_ = db.Recoverable(types.EmptyRootHash)
return obj
}

Expand Down

0 comments on commit e51827c

Please sign in to comment.