diff --git a/test/AdjudicationFramework/IterableList.t.sol b/test/AdjudicationFramework/IterableList.t.sol index 24f9962b..0f9763ea 100644 --- a/test/AdjudicationFramework/IterableList.t.sol +++ b/test/AdjudicationFramework/IterableList.t.sol @@ -1,5 +1,5 @@ pragma solidity ^0.8.20; -import "forge-std/console.sol"; + import {Test} from "forge-std/Test.sol"; import {IterableListWrapper} from "./../testcontract/IterableListWrapper.sol";