Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav committed Feb 22, 2024
1 parent c6338be commit 176c78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/services/ocr2/plugins/llo/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func setupBlockchain(t *testing.T) (*bind.TransactOpts, *backends.SimulatedBacke
steve := testutils.MustNewSimTransactor(t) // config contract deployer and owner
genesisData := core.GenesisAlloc{steve.From: {Balance: assets.Ether(1000).ToInt()}}
backend := cltest.NewSimulatedBackend(t, genesisData, uint32(ethconfig.Defaults.Miner.GasCeil))
backend.Commit() // ensure starting block number at least 1
backend.Commit() // ensure starting block number at least 1

// Deploy contracts
verifierProxyAddr, _, _, err := verifier_proxy.DeployVerifierProxy(steve, backend, common.Address{}) // zero address for access controller disables access control
Expand Down Expand Up @@ -364,7 +364,7 @@ func setChannelDefinitions(t *testing.T, steve *bind.TransactOpts, backend *back
channelDefinitions[channels[2]] = channel2Def
channelDefinitions[channels[3]] = channel3Def

backend.Commit()
backend.Commit()

return channelDefinitions
}

0 comments on commit 176c78c

Please sign in to comment.