Skip to content

Commit

Permalink
Attempt test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav committed Feb 22, 2024
1 parent 03d8386 commit 8086d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/services/ocr2/plugins/llo/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +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()
backend.Commit() // ensure starting block number at least 1

// Deploy contracts
Expand Down

0 comments on commit 8086d31

Please sign in to comment.