Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhen1997 committed Aug 9, 2024
1 parent b45fb5d commit 07f5cc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/internal/features/features_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,6 @@ func setupAppForEthTx(t *testing.T, operatorContracts OperatorContracts) (app *c

cfg := configtest.NewGeneralConfigSimulated(t, func(c *chainlink.Config, s *chainlink.Secrets) {
c.Database.Listener.FallbackPollInterval = commonconfig.MustNewDuration(100 * time.Millisecond)
depth := uint32(0)
c.EVM[0].FinalityDepth = &depth
})
app = cltest.NewApplicationWithConfigV2AndKeyOnSimulatedBlockchain(t, cfg, b, lggr)
b.Commit()
Expand Down

0 comments on commit 07f5cc3

Please sign in to comment.