Skip to content

Commit

Permalink
fix node tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaghnusM committed Sep 11, 2023
1 parent b7f8312 commit e58b56c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ func TestCreateProposalBlock(t *testing.T) {
height,
state, commit,
proposerAddr,
false,
)
require.NoError(t, err)

Expand Down Expand Up @@ -394,6 +395,7 @@ func TestMaxProposalBlockSize(t *testing.T) {
height,
state, commit,
proposerAddr,
false,
)
require.NoError(t, err)

Expand Down

0 comments on commit e58b56c

Please sign in to comment.