Skip to content

Commit bb68842

Browse files
authored
Merge pull request #88 from smartcontractkit/fix_refill_round
Fix refill test
2 parents f5d889f + c5668e6 commit bb68842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suite/refill/eth_refill_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ var _ = Describe("FluxAggregator ETH Refill @refill", func() {
147147
err = s.Client.WaitForEvents()
148148
Expect(err).ShouldNot(HaveOccurred())
149149

150-
fluxRound := contracts.NewFluxAggregatorRoundConfirmer(fluxInstance, big.NewInt(3), fluxRoundTimeout)
150+
fluxRound := contracts.NewFluxAggregatorRoundConfirmer(fluxInstance, big.NewInt(2), fluxRoundTimeout)
151151
s.Client.AddHeaderEventSubscription(fluxInstance.Address(), fluxRound)
152152
err = s.Client.WaitForEvents()
153153
Expect(err).ShouldNot(HaveOccurred())

0 commit comments

Comments
 (0)