Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Jan 14, 2025
1 parent 7920c72 commit 4e40a91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2etest/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func TestQueueConsumer(t *testing.T) {
hex.EncodeToString(bbndatagen.GenRandomByteArray(r, 10)),
[]string{hex.EncodeToString(bbndatagen.GenRandomByteArray(r, 10))},
1000,
[]string{hex.EncodeToString(bbndatagen.GenRandomByteArray(r, 10))},
)
err = queueConsumer.PushActiveStakingEvent(&stakingEvent)
require.NoError(t, err)
Expand Down

0 comments on commit 4e40a91

Please sign in to comment.