mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
Update states_test.go
This commit is contained in:
parent
d57b1d606a
commit
71c8f3c904
1 changed files with 3 additions and 0 deletions
|
|
@ -373,6 +373,9 @@ func testStateWithOriginEncode(t *testing.T, rawStorageKey bool) {
|
|||
if s.rawStorageKey != dec.rawStorageKey {
|
||||
t.Fatal("Unexpected rawStorageKey flag")
|
||||
}
|
||||
if s.size != dec.size {
|
||||
t.Fatalf("Unexpected size, want: %d, got: %d", s.size, dec.size)
|
||||
}
|
||||
}
|
||||
|
||||
func TestStateSizeTracking(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue