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 65332b4 commit 94436aeCopy full SHA for 94436ae
src/test/Multiwrap.t.sol
@@ -526,7 +526,7 @@ contract MultiwrapTest is BaseTest {
526
}
527
528
529
- function test_fuzz_wrap(uint256 x) public {
+ function test_fuzz_state_wrap(uint256 x) public {
530
ITokenBundle.Token[] memory tokensToWrap = getTokensToWrap(x);
531
532
uint256 expectedIdForWrappedToken = multiwrap.nextTokenIdToMint();
0 commit comments