Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Aug 12, 2023
1 parent 3fc5ee2 commit 831d014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ethreceipts/ethreceipts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ func TestReceiptsListenerERC20(t *testing.T) {
// monitorOptions.Logger = log
monitorOptions.WithLogs = true
monitorOptions.BlockRetentionLimit = 1000
monitorOptions.PollingInterval = 1000 * time.Millisecond

monitor, err := ethmonitor.NewMonitor(provider, monitorOptions)
assert.NoError(t, err)
Expand Down

0 comments on commit 831d014

Please sign in to comment.