Skip to content

Commit

Permalink
fix: CCIP-2594 Poller Test assertion updated
Browse files Browse the repository at this point in the history
  • Loading branch information
defistar committed Aug 16, 2024
1 parent 94d02d3 commit 1e2b8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/reader/home_chain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func Test_PollingWorking(t *testing.T) {
}
}
// called at least 2 times, one for start and one for the first tick
require.GreaterOrEqual(t, callCount, 1)
require.GreaterOrEqual(t, callCount, 2)

configs, err := configPoller.GetAllChainConfigs()
require.NoError(t, err)
Expand Down

0 comments on commit 1e2b8c6

Please sign in to comment.