Skip to content

Commit

Permalink
Increase number of blocks for dispatcher test
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Whitehead <[email protected]>
  • Loading branch information
matthew1001 committed Sep 2, 2024
1 parent 9579f19 commit 2833410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/confirmations/confirmed_block_listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ func TestCBLDispatcherFallsBehindHead(t *testing.T) {

id := fftypes.NewUUID()

blocks := testBlockArray(30)
blocks := testBlockArray(100)

mbiHash := mca.On("BlockInfoByHash", mock.Anything, mock.Anything)
mbiHash.Run(func(args mock.Arguments) { mockBlockHashReturn(mbiHash, args, blocks) })
Expand Down

0 comments on commit 2833410

Please sign in to comment.