We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176e3fd commit 01fe0b6Copy full SHA for 01fe0b6
testdata/default/repros/Issue2851.t.sol
@@ -22,6 +22,7 @@ contract Issue2851Test is DSTest {
22
back = new Backdoor();
23
}
24
25
+ /// forge-config: default.fuzz.seed = '111'
26
function invariantNotZero() public {
27
assertEq(back.number(), 1);
28
0 commit comments