Skip to content

Commit

Permalink
test(taiko-client): enable a skipped unit test (#17165)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored May 14, 2024
1 parent e965597 commit 92b657c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/taiko-client/prover/prover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ func (s *ProverTestSuite) TestOnBlockVerified() {
}

func (s *ProverTestSuite) TestContestWrongBlocks() {
s.T().Skip()
s.p.cfg.ContesterMode = false
s.Nil(s.p.initEventHandlers())
e := s.ProposeAndInsertValidBlock(s.proposer, s.d.ChainSyncer().BlobSyncer())
Expand Down

0 comments on commit 92b657c

Please sign in to comment.