We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3cb257 commit cd67dd8Copy full SHA for cd67dd8
test/Faucet.t.sol
@@ -1,8 +1,8 @@
1
// SPDX-License-Identifier: MIT OR Apache-2.0
2
pragma solidity ^0.8.26;
3
4
-import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
5
import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
+import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
6
import {Test, Vm} from "forge-std/Test.sol";
7
8
import {DeployScript as FaucetDeployer} from "../script/Faucet.s.sol";
0 commit comments