Skip to content

Commit

Permalink
Merge pull request #4074 from eval-exec/exec/debug-FeeOfMultipleMaxBl…
Browse files Browse the repository at this point in the history
…ockProposalsLimit

Fix `FeeOfMultipleMaxBlockProposalsLimit` failed on MacOS CI action
  • Loading branch information
quake authored Aug 10, 2023
2 parents cd8aebf + 9f14ab1 commit 290eeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/specs/mining/fee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl Spec for FeeOfMultipleMaxBlockProposalsLimit {
});

(0..multiple).for_each(|_| {
let block = node.new_block(None, None, None);
let block = node.new_block_with_blocking(|template| template.proposals.is_empty());
node.submit_block(&block);
assert_eq!(
max_block_proposals_limit as usize,
Expand Down

0 comments on commit 290eeed

Please sign in to comment.