Skip to content

Commit

Permalink
Update StopOnRevertHandler.t.sol (#101)
Browse files Browse the repository at this point in the history
Deleted duplicate MockV3Aggregator on StopOnRevertHandler.t.sol
  • Loading branch information
jujuvideogirlai authored Nov 22, 2024
1 parent 8a3dbf6 commit a48b602
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/fuzz/failOnRevert/StopOnRevertHandler.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { ERC20Mock } from "../../mocks/ERC20Mock.sol";
import { MockV3Aggregator } from "../../mocks/MockV3Aggregator.sol";
import { DSCEngine, AggregatorV3Interface } from "../../../src/DSCEngine.sol";
import { DecentralizedStableCoin } from "../../../src/DecentralizedStableCoin.sol";
import { MockV3Aggregator } from "../../mocks/MockV3Aggregator.sol";
import { console } from "forge-std/console.sol";

contract StopOnRevertHandler is Test {
Expand Down

0 comments on commit a48b602

Please sign in to comment.