mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
core/rawdb: fixed TestFreezerOffset
This commit is contained in:
parent
20cc6d4f6c
commit
abbcc4847b
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,7 @@ func TestFreezerOffset(t *testing.T) {
|
||||||
t.Log(f.dumpIndexString(0, 100))
|
t.Log(f.dumpIndexString(0, 100))
|
||||||
|
|
||||||
// It should allow writing item 6.
|
// It should allow writing item 6.
|
||||||
batch = f.newBatch(6)
|
batch = f.newBatch(0)
|
||||||
require.NoError(t, batch.AppendRaw(6, getChunk(20, 0x99)))
|
require.NoError(t, batch.AppendRaw(6, getChunk(20, 0x99)))
|
||||||
require.NoError(t, batch.commit())
|
require.NoError(t, batch.commit())
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue