Skip to content

Commit

Permalink
Merge pull request #5 from Recon-Fuzz/fix-import
Browse files Browse the repository at this point in the history
fix: import `FoundryAsserts`
  • Loading branch information
aviggiano committed Jan 16, 2024
2 parents e330d88 + 01f83e2 commit 4496fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BaseCryticToFoundry.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pragma solidity ^0.8.0;

import {Test} from "forge-std/Test.sol";
import {BaseTargetFunctions} from "./BaseTargetFunctions.sol";
import {FoundryAsserts} from "./FoundryAsserts.sol";

abstract contract BaseCryticToFoundry is Test, BaseTargetFunctions, FoundryAsserts {
function setUp() public {
Expand Down

0 comments on commit 4496fa5

Please sign in to comment.