Skip to content

Commit 4496fa5

Browse files
authored
Merge pull request #5 from Recon-Fuzz/fix-import
fix: import `FoundryAsserts`
2 parents e330d88 + 01f83e2 commit 4496fa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BaseCryticToFoundry.t.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pragma solidity ^0.8.0;
33

44
import {Test} from "forge-std/Test.sol";
55
import {BaseTargetFunctions} from "./BaseTargetFunctions.sol";
6+
import {FoundryAsserts} from "./FoundryAsserts.sol";
67

78
abstract contract BaseCryticToFoundry is Test, BaseTargetFunctions, FoundryAsserts {
89
function setUp() public {

0 commit comments

Comments
 (0)