Skip to content
This repository was archived by the owner on May 11, 2024. It is now read-only.

Commit 8aa8d22

Browse files
committed
fix lint
1 parent e8c3f4c commit 8aa8d22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prover/prover_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ func (s *ProverTestSuite) TestContestWrongBlocks() {
233233
s.Equal(header.ParentHash, common.BytesToHash(event.Tran.ParentHash[:]))
234234

235235
// Contest the transition.
236-
contestedSink := make(chan *bindings.TaikoL1ClientTransitionContested)
237-
contestedSub, err := s.p.rpc.TaikoL1.WatchTransitionContested(nil, contestedSink, nil)
236+
contestedSink = make(chan *bindings.TaikoL1ClientTransitionContested)
237+
contestedSub, err = s.p.rpc.TaikoL1.WatchTransitionContested(nil, contestedSink, nil)
238238
s.Nil(err)
239239
defer func() {
240240
contestedSub.Unsubscribe()

0 commit comments

Comments
 (0)