Skip to content

Commit 53c991f

Browse files
committed
Fix test
1 parent eb65f0f commit 53c991f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/sequencers/single/sequencer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,7 @@ func TestSequencer_CatchUp_MultiEpochReplay(t *testing.T) {
17311731
mockDA.MockClient.On("Retrieve", mock.Anything, h, forcedInclusionNS).Return(datypes.ResultRetrieve{
17321732
BaseResult: datypes.BaseResult{Code: datypes.StatusSuccess, Timestamp: ts},
17331733
Data: [][]byte{txData},
1734-
}).Once()
1734+
}).Maybe()
17351735
}
17361736

17371737
// Epoch 103: returns HeightFromFuture — DA head reached, exits catch-up

0 commit comments

Comments
 (0)