Skip to content

Commit

Permalink
Fix Forwarder as Well
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Jan 5, 2024
1 parent 60a3612 commit b2dc655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/smoke/forwarder_ocr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestForwarderOCRBasic(t *testing.T) {

err = actions.CreateOCRJobsWithForwarderLocal(ocrInstances, bootstrapNode, workerNodes, 5, env.MockAdapter, env.EVMClient.GetChainID().String())
require.NoError(t, err, "failed to setup forwarder jobs")
err = actions.StartNewRound(1, ocrInstances, env.EVMClient, l)
err = actions.WatchNewRound(1, ocrInstances, env.EVMClient, l)
require.NoError(t, err)
err = env.EVMClient.WaitForEvents()
require.NoError(t, err, "Error waiting for events")
Expand All @@ -79,7 +79,7 @@ func TestForwarderOCRBasic(t *testing.T) {

err = actions.SetAllAdapterResponsesToTheSameValueLocal(10, ocrInstances, workerNodes, env.MockAdapter)
require.NoError(t, err)
err = actions.StartNewRound(2, ocrInstances, env.EVMClient, l)
err = actions.WatchNewRound(2, ocrInstances, env.EVMClient, l)
require.NoError(t, err)
err = env.EVMClient.WaitForEvents()
require.NoError(t, err, "Error waiting for events")
Expand Down

0 comments on commit b2dc655

Please sign in to comment.