Skip to content

Commit 94436ae

Browse files
Krishang NadgaudaKrishang Nadgauda
authored andcommitted
rename fuzz test
1 parent 65332b4 commit 94436ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/Multiwrap.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ contract MultiwrapTest is BaseTest {
526526
}
527527
}
528528

529-
function test_fuzz_wrap(uint256 x) public {
529+
function test_fuzz_state_wrap(uint256 x) public {
530530
ITokenBundle.Token[] memory tokensToWrap = getTokensToWrap(x);
531531

532532
uint256 expectedIdForWrappedToken = multiwrap.nextTokenIdToMint();

0 commit comments

Comments
 (0)