Skip to content

Commit

Permalink
feat: add DELAYED tx action
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 14, 2023
1 parent cc8a1b3 commit b194232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/consensus/block_executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (suite *BockExecutorTestSuite) TestCreate() {
suite.mockBlockExec.
On(
"CreateProposalBlock",
mock.AnythingOfType("*context.emptyCtx"),
mock.Anything,
tc.height,
tc.round,
stateData.state,
Expand Down Expand Up @@ -224,7 +224,7 @@ func (suite *BockExecutorTestSuite) TestProcess() {
suite.mockBlockExec.
On(
"ProcessProposal",
mock.AnythingOfType("*context.emptyCtx"),
mock.Anything,
stateData.ProposalBlock,
round,
stateData.state,
Expand Down

0 comments on commit b194232

Please sign in to comment.