Skip to content

Commit

Permalink
remove increase in error threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonaut committed Mar 19, 2024
1 parent 7f9752a commit 574965d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tests/integration/MetaMorpho.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ contract MetaMorphoTest is IntegrationBaseTest {

vm.createSelectFork(vm.envString("ETH_RPC_URL"), 19456934);

// Need to increase to 3
roundingTolerance = 3;

// Deploy.
d3m.oracle = D3MDeploy.deployOracle(address(this), admin, ilk, address(dss.vat));
d3m.pool = D3MDeploy.deploy4626TypePool(address(this), admin, ilk, address(hub), address(dai), address(spDai));
Expand Down

0 comments on commit 574965d

Please sign in to comment.