Skip to content

Commit

Permalink
Merge pull request #21 from FraxFinance/relativeImports-FraxTests
Browse files Browse the repository at this point in the history
Fix Frax Test inheritance for child repo
  • Loading branch information
FortisFortuna authored Jun 3, 2024
2 parents d770d81 + 9371d76 commit 0f40dca
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 0f40dca

Please sign in to comment.