Skip to content

Commit

Permalink
Remove unused InputValidatorPolicy import in MockE3Program fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Feb 3, 2025
1 parent bce173b commit 04c524c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/evm/test/fixtures/MockE3Program.fixture.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { ethers } from "hardhat";

import { InputValidatorPolicy__factory } from "../../types/factories/contracts/InputValidatorPolicy__factory";
import { MockE3Program__factory } from "../../types/factories/contracts/test/MockE3Program__factory";

export async function deployE3ProgramFixture(inputValidatorAddress: string) {
Expand Down

0 comments on commit 04c524c

Please sign in to comment.