Skip to content

Commit

Permalink
fix keeper benchmark test that doesn't compile (#11042)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel authored Oct 24, 2023
1 parent bb32b73 commit a5b3fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/testsetups/keeper_benchmark.go
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ func (k *KeeperBenchmarkTest) DeployBenchmarkKeeperContracts(index int) {

linkFunds = big.NewInt(0).Add(linkFunds, minLinkBalance)

upkeepIds := actions.RegisterUpkeepContractsWithCheckData(k.t, k.linkToken, linkFunds, k.chainClient, uint32(upkeep.UpkeepGasLimit), registry, registrar, upkeep.NumberOfUpkeeps, upkeepAddresses, checkData, false)
upkeepIds := actions.RegisterUpkeepContractsWithCheckData(k.t, k.linkToken, linkFunds, k.chainClient, uint32(upkeep.UpkeepGasLimit), registry, registrar, upkeep.NumberOfUpkeeps, upkeepAddresses, checkData, false, false)

k.keeperRegistries[index] = registry
k.keeperRegistrars[index] = registrar
Expand Down

0 comments on commit a5b3fd7

Please sign in to comment.