Skip to content

Commit

Permalink
temp commit to run soaks with 1 contract
Browse files Browse the repository at this point in the history
  • Loading branch information
simsonraj committed May 28, 2024
1 parent 8432006 commit 9ce7b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/testconfig/ocr/ocr.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (o *SoakConfig) Validate() error {
return errors.New("ocr_version must be set to either 1 or 2")
}
if o.NumberOfContracts == nil || *o.NumberOfContracts <= 1 {
return errors.New("number_of_contracts must be set and be greater than 1")
// return errors.New("number_of_contracts must be set and be greater than 1")
}
if o.TimeBetweenRounds == nil || o.TimeBetweenRounds.Duration == 0 {
return errors.New("time_between_rounds must be set and be a positive integer")
Expand Down

0 comments on commit 9ce7b3a

Please sign in to comment.