Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoonbang committed Dec 13, 2023
1 parent ab7bfc1 commit 71601fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/vrf/v2/integration_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@ func testReplayOldRequestsOnStartUp(
) {
sendingKey := cltest.MustGenerateRandomKey(t)
gasLanePriceWei := assets.GWei(10)
config, db := heavyweight.FullTestDBV2(t, func(c *chainlink.Config, s *chainlink.Secrets) {
config, _ := heavyweight.FullTestDBV2(t, func(c *chainlink.Config, s *chainlink.Secrets) {
simulatedOverrides(t, assets.GWei(10), toml.KeySpecific{
// Gas lane.
Key: ptr(sendingKey.EIP55Address),
Expand Down

0 comments on commit 71601fe

Please sign in to comment.