Skip to content

Commit fe0b497

Browse files
committed
Commits from maksym/rawdb (squashed)
1 parent c375928 commit fe0b497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state/history_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func TestNewStateHistory(t *testing.T) {
2020
assert.NotNil(t, history.state)
2121
})
2222

23-
t.Run("invalid state root", func(t *testing.T) {
23+
t.Run("bigger state root", func(t *testing.T) {
2424
invalidRoot := felt.NewUnsafeFromString[felt.Felt]("0x999")
2525
_, err := NewStateHistory(1, invalidRoot, stateDB)
2626
// TODO(maksym): error is returned only for the triedb

0 commit comments

Comments
 (0)