Skip to content

Commit

Permalink
Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
fedgiac committed Aug 9, 2024
1 parent d0173f0 commit c7d4149
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/GPv2Signing/DomainSeparator.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {Helper} from "./Helper.sol";

import {Harness, Helper} from "./Helper.sol";
import {Eip712} from "test/libraries/Eip712.sol";
import {Order as OrderLib} from "test/libraries/Order.sol";

contract DomainSeparator is Helper {
function test_TYPE_HASH_matches_the_EIP_712_order_type_hash() public view {
Expand Down

0 comments on commit c7d4149

Please sign in to comment.