Skip to content

Commit 173ca42

Browse files
authored
♻️ Remove unused import in test (#1421)
1 parent ce34e5f commit 173ca42

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/LibCWIA.t.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import "./utils/SoladyTest.sol";
55
import {LibCWIA} from "../src/utils/legacy/LibCWIA.sol";
66
import {CWIA} from "../src/utils/legacy/CWIA.sol";
77
import {SafeTransferLib} from "../src/utils/SafeTransferLib.sol";
8-
import {UpgradeableBeaconTestLib} from "./UpgradeableBeacon.t.sol";
98

109
contract LibCWIATest is SoladyTest, CWIA {
1110
error CustomError(uint256 currentValue);

test/LibClone.t.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pragma solidity ^0.8.4;
44
import "./utils/SoladyTest.sol";
55
import {LibClone} from "../src/utils/LibClone.sol";
66
import {LibString} from "../src/utils/LibString.sol";
7-
import {SafeTransferLib} from "../src/utils/SafeTransferLib.sol";
87
import {UpgradeableBeaconTestLib} from "./UpgradeableBeacon.t.sol";
98

109
contract LibCloneTest is SoladyTest {

0 commit comments

Comments
 (0)