diff --git a/test/Foo.t.sol b/test/Foo.t.sol index 5051f24..127a576 100644 --- a/test/Foo.t.sol +++ b/test/Foo.t.sol @@ -1,8 +1,8 @@ // SPDX-License-Identifier: UNLICENSED pragma solidity >=0.8.4; -import { console2 } from "forge-std/console2.sol"; import { PRBTest } from "@prb/test/PRBTest.sol"; +import { console2 } from "forge-std/console2.sol"; import { StdCheats } from "forge-std/StdCheats.sol"; /// @dev See the "Writing Tests" section in the Foundry Book if this is your first time with Forge.