mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
Update history_index_block_test.go
This commit is contained in:
parent
e2f6b22995
commit
4024c02303
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ func TestBlockWriterDelete(t *testing.T) {
|
|||
}
|
||||
newMax := uint64(i - 1)
|
||||
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