File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import "./utils/SoladyTest.sol";
5
5
import {LibCWIA} from "../src/utils/legacy/LibCWIA.sol " ;
6
6
import {CWIA} from "../src/utils/legacy/CWIA.sol " ;
7
7
import {SafeTransferLib} from "../src/utils/SafeTransferLib.sol " ;
8
- import {UpgradeableBeaconTestLib} from "./UpgradeableBeacon.t.sol " ;
9
8
10
9
contract LibCWIATest is SoladyTest , CWIA {
11
10
error CustomError (uint256 currentValue );
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ pragma solidity ^0.8.4;
4
4
import "./utils/SoladyTest.sol " ;
5
5
import {LibClone} from "../src/utils/LibClone.sol " ;
6
6
import {LibString} from "../src/utils/LibString.sol " ;
7
- import {SafeTransferLib} from "../src/utils/SafeTransferLib.sol " ;
8
7
import {UpgradeableBeaconTestLib} from "./UpgradeableBeacon.t.sol " ;
9
8
10
9
contract LibCloneTest is SoladyTest {
You can’t perform that action at this time.
0 commit comments