mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
Update history_index_block_test.go
This commit is contained in:
parent
6ba29a34bb
commit
4a7b5c229a
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ func TestBlockWriterDelete(t *testing.T) {
|
||||||
}
|
}
|
||||||
newMax := uint64(i - 1)
|
newMax := uint64(i - 1)
|
||||||
if bw.desc.max != newMax {
|
if bw.desc.max != newMax {
|
||||||
t.Fatalf("Maxmium element is not matched, want: %d, got: %d", newMax, bw.desc.max)
|
t.Fatalf("Maximum element is not matched, want: %d, got: %d", newMax, bw.desc.max)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue