Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Mar 26, 2024
1 parent 69563a7 commit 90cb55e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion merger/merger_io_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func TestNewDstore(t *testing.T) {
1,
0,
100,
0,
)

_, ok := store.(ForkAwareIOInterface)
Expand All @@ -57,6 +58,7 @@ func TestNewDstore(t *testing.T) {
1,
0,
100,
0,
)

_, ok = store.(ForkAwareIOInterface)
Expand All @@ -67,7 +69,7 @@ func newTestDStoreIO(
oneBlocksStore dstore.Store,
mergedBlocksStore dstore.Store,
) IOInterface {
return NewDStoreIO(testLogger, testTracer, oneBlocksStore, mergedBlocksStore, nil, 0, 0, 100)
return NewDStoreIO(testLogger, testTracer, oneBlocksStore, mergedBlocksStore, nil, 0, 0, 100, 0)
}

func TestMergerIO_MergeUploadPerfect(t *testing.T) {
Expand Down

0 comments on commit 90cb55e

Please sign in to comment.