Skip to content

Commit

Permalink
integration-tests/ocr2_test.go: check for errors on creating jobs for…
Browse files Browse the repository at this point in the history
… contract
  • Loading branch information
cfal committed Aug 8, 2023
1 parent e338692 commit 69972d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-tests/ocr2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,14 @@ func TestOCRBasic(t *testing.T) {

p2pPort := "6690"

chainlinkClient.CreateJobsForContract(
err = chainlinkClient.CreateJobsForContract(
commonConfig.ChainId,
p2pPort,
commonConfig.MockUrl,
commonConfig.ObservationSource,
commonConfig.JuelsPerFeeCoinSource,
ocrAddress)
require.NoError(t, err, "Could not create jobs for contract")

err = validateRounds(t, cosmosClient, ocrAddress, commonConfig.IsSoak)
require.NoError(t, err, "Validating round should not fail")
Expand Down

0 comments on commit 69972d4

Please sign in to comment.