Skip to content

Commit

Permalink
Fix Frax Test inheritance for child repo
Browse files Browse the repository at this point in the history
Fix relative vs strict import for use in inheriting repo
  • Loading branch information
tom2o17 committed Jun 3, 2024
1 parent d770d81 commit 9371d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FraxTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity >=0.8.0;

import { console2 as console, StdAssertions, StdChains, StdCheats, stdError, StdInvariant, stdJson, stdMath, StdStorage, stdStorage, StdUtils, Vm, StdStyle, TestBase, DSTest, Test } from "forge-std/Test.sol";
import { VmHelper } from "./VmHelper.sol";
import { Strings } from "src/StringsHelper.sol";
import { Strings } from "./StringsHelper.sol";

abstract contract FraxTest is VmHelper, Test {
uint256[] internal snapShotIds;
Expand Down

0 comments on commit 9371d76

Please sign in to comment.