We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e330d88 + 01f83e2 commit 4496fa5Copy full SHA for 4496fa5
src/BaseCryticToFoundry.t.sol
@@ -3,6 +3,7 @@ pragma solidity ^0.8.0;
3
4
import {Test} from "forge-std/Test.sol";
5
import {BaseTargetFunctions} from "./BaseTargetFunctions.sol";
6
+import {FoundryAsserts} from "./FoundryAsserts.sol";
7
8
abstract contract BaseCryticToFoundry is Test, BaseTargetFunctions, FoundryAsserts {
9
function setUp() public {
0 commit comments