test: upper bound pragma

This commit is contained in:
Paul Razvan Berg
2023-02-25 15:52:34 +02:00
parent 5232046fce
commit c80e5a8e0d

View File

@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED // SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.8.19; pragma solidity >=0.8.19 <0.9.0;
import { PRBTest } from "@prb/test/PRBTest.sol"; import { PRBTest } from "@prb/test/PRBTest.sol";
import { console2 } from "forge-std/console2.sol"; import { console2 } from "forge-std/console2.sol";