Skip to content

Commit

Permalink
Revert "REVERT: fail test"
Browse files Browse the repository at this point in the history
This reverts commit 81c3c69.
  • Loading branch information
lukaszcl committed Nov 21, 2024
1 parent e9cc992 commit f348f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/smoke/ocr2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func TestOCRv2Basic(t *testing.T) {
testEnv, aggregatorContracts, sethClient := prepareORCv2SmokeTestEnv(t, test, l, 5)

err := testEnv.MockAdapter.SetAdapterBasedIntValuePath("ocr2", []string{http.MethodGet, http.MethodPost}, 10)
require.Error(t, err)
require.NoError(t, err)
err = actions.WatchNewOCRRound(l, sethClient, 2, contracts.V2OffChainAgrregatorToOffChainAggregatorWithRounds(aggregatorContracts), time.Minute*5)
require.NoError(t, err)

Expand Down

0 comments on commit f348f6e

Please sign in to comment.