Skip to content

Commit

Permalink
feat: Scaffolding for DeployAuthSystemInput
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed Sep 12, 2024
1 parent 4cf32b0 commit 98bb0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/test/DeployAuthSystem.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Test } from "forge-std/Test.sol";
import { stdToml } from "forge-std/StdToml.sol";
import { Solarray } from "scripts/libraries/Solarray.sol";

import { DeployAuthSystemInput } from "scripts/DeployAuthSystem.s.sol";
import { DeployAuthSystemInput, DeployAuthSystemOutput } from "scripts/DeployAuthSystem.s.sol";

contract DeployAuthSystemInput_Test is Test {
DeployAuthSystemInput dsi;
Expand Down

0 comments on commit 98bb0c8

Please sign in to comment.