Skip to content

Commit

Permalink
fix message (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec authored Aug 30, 2023
1 parent 38e9346 commit 1b240f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describeSuite({

expect(
weights.mandatory.proofSize.toNumber(),
"estimated weight proofSize is over real proofSize, should never happen!"
"estimated weight proofSize is under real proofSize, should never happen!"
).to.be.at.least(block.proofSize!);
},
});
Expand Down

0 comments on commit 1b240f3

Please sign in to comment.