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

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jul 20, 2023
1 parent ac6b4c0 commit 266052c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions proposer/proposer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ func (s *ProposerTestSuite) TestName() {
}

func (s *ProposerTestSuite) TestProposeOp() {
// Nothing to propose
s.EqualError(errNoNewTxs, s.p.ProposeOp(context.Background()).Error())

// Propose txs in L2 execution engine's mempool
sink := make(chan *bindings.TaikoL1ClientBlockProposed)

Expand Down

0 comments on commit 266052c

Please sign in to comment.