Skip to content

Commit

Permalink
fix fuzz test
Browse files Browse the repository at this point in the history
  • Loading branch information
dglowinski committed May 20, 2024
1 parent 0408957 commit ddb6858
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/unit/evault/modules/Vault/conversion.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,6 @@ contract VaultTest_Conversion is EVaultTestBase {
eTST0.mint(maxShares, user1);

vm.revertTo(snapshot);

vm.expectRevert();
eTST0.mint(maxShares + 2, user1); // TODO fix exact underestimation
}

function testFuzz_maxMintXX() public {
Expand Down

0 comments on commit ddb6858

Please sign in to comment.