Skip to content

Commit abb7471

Browse files
committed
chore: fix ci
1 parent aad4f27 commit abb7471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/InternalBalances.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {Vm} from "forge-std/Vm.sol";
66
import {IERC20} from "src/contracts/interfaces/IERC20.sol";
77
import {IVault} from "src/contracts/interfaces/IVault.sol";
88

9-
import {GPv2Interaction, GPv2Order, GPv2Signing, SettlementEncoder} from "../libraries/encoders/SettlementEncoder.sol";
9+
import {GPv2Order, GPv2Signing, SettlementEncoder} from "../libraries/encoders/SettlementEncoder.sol";
1010
import {Registry, TokenRegistry} from "../libraries/encoders/TokenRegistry.sol";
1111
import {Helper, IERC20Mintable} from "./Helper.sol";
1212

0 commit comments

Comments
 (0)