Skip to content

Commit 07b897a

Browse files
committed
changes from upstream
1 parent 57e52de commit 07b897a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/unit/CowWrapper.t.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ pragma solidity ^0.8;
33

44
import {Test} from "forge-std/Test.sol";
55
import {CowWrapper, ICowSettlement, ICowAuthentication} from "../../src/CowWrapper.sol";
6-
import {EmptyWrapper} from "../EmptyWrapper.sol";
76

87
import {CowWrapperHelpers} from "../../src/CowWrapperHelpers.sol";
98

test/unit/CowWrapperHelpers.t.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ pragma solidity ^0.8;
33

44
import {Test} from "forge-std/Test.sol";
55
import {CowWrapperHelpers} from "../../src/CowWrapperHelpers.sol";
6-
import {CowWrapper, ICowAuthentication, ICowSettlement} from "../../src/CowWrapper.sol";
7-
6+
import {ICowAuthentication, ICowSettlement} from "../../src/CowWrapper.sol";
87
import {MockCowSettlement, MockCowAuthentication, MockWrapper} from "./mocks/MockCowProtocol.sol";
98

109
contract CowWrapperHelpersTest is Test {

0 commit comments

Comments
 (0)