Skip to content

Commit

Permalink
fix: linters
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Jan 28, 2025
1 parent 00037f4 commit 3e9489d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/0.8.25/vaults/vaultFactory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ import {
WETH9__MockForVault,
WstETH__HarnessForVault,
} from "typechain-types";
import { DelegationConfigStruct } from "typechain-types/contracts/0.8.25/vaults/VaultFactory";

import { createVaultProxy, ether } from "lib";

import { deployLidoLocator } from "test/deploy";
import { Snapshot } from "test/suite";

import { DelegationConfigStruct } from "../../../typechain-types/contracts/0.8.25/vaults/VaultFactory.sol/VaultFactory";

describe("VaultFactory.sol", () => {
let deployer: HardhatEthersSigner;
let admin: HardhatEthersSigner;
Expand Down

0 comments on commit 3e9489d

Please sign in to comment.