Skip to content

Commit

Permalink
fix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonCase committed Aug 29, 2024
1 parent 6f1b314 commit 8b31ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/LiveDeploy.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { AccountantWithRateProviders } from "src/base/Roles/AccountantWithRatePr
import { RolesAuthority } from "@solmate/auth/authorities/RolesAuthority.sol";
import { DeployRateProviders } from "script/deploy/01_DeployRateProviders.s.sol";
import { Strings } from "@openzeppelin/contracts/utils/Strings.sol";
import { StdJson } from "@forge-std/StdJson.sol";
import { stdJson as StdJson } from "@forge-std/StdJson.sol";

import { CrossChainOPTellerWithMultiAssetSupportTest } from
"test/CrossChain/CrossChainOPTellerWithMultiAssetSupport.t.sol";
Expand Down

0 comments on commit 8b31ff5

Please sign in to comment.