Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JekaMas committed Jun 3, 2022
1 parent f8a56b8 commit b4872ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bor/bor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func TestInsertingSpanSizeBlocks(t *testing.T) {
Proposer: span.SelectedProducers[0].Address,
StartBlock: big.NewInt(0),
EndBlock: big.NewInt(int64(spanSize)),
}, nil).Times(1)
}, nil).AnyTimes()

_bor.SetHeimdallClient(h)

Expand Down

0 comments on commit b4872ca

Please sign in to comment.