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";
55import {LibCWIA} from "../src/utils/legacy/LibCWIA.sol " ;
66import {CWIA} from "../src/utils/legacy/CWIA.sol " ;
77import {SafeTransferLib} from "../src/utils/SafeTransferLib.sol " ;
8- import {UpgradeableBeaconTestLib} from "./UpgradeableBeacon.t.sol " ;
98
109contract LibCWIATest is SoladyTest , CWIA {
1110 error CustomError (uint256 currentValue );
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ pragma solidity ^0.8.4;
44import "./utils/SoladyTest.sol " ;
55import {LibClone} from "../src/utils/LibClone.sol " ;
66import {LibString} from "../src/utils/LibString.sol " ;
7- import {SafeTransferLib} from "../src/utils/SafeTransferLib.sol " ;
87import {UpgradeableBeaconTestLib} from "./UpgradeableBeacon.t.sol " ;
98
109contract LibCloneTest is SoladyTest {
You can’t perform that action at this time.
0 commit comments