Skip to content

Commit cbf3a97

Browse files
refactor: correct type import for Operator in WalletRegistry test to improve clarity and consistency
1 parent 79e596a commit cbf3a97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solidity/ecdsa/test/WalletRegistry.WalletCreation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { submitRelayEntry } from "./utils/randomBeacon"
1818
import { assertGasUsed } from "./helpers/gas"
1919
import { legacyTokenStakingAt } from "./utils/operators"
2020

21-
import type { type Operator } from "./utils/operators"
21+
import type { Operator } from "./utils/operators"
2222
import type { BigNumber, ContractTransaction, Signer } from "ethers"
2323
import type { IWalletOwner } from "../typechain/IWalletOwner"
2424
import type { SignerWithAddress } from "@nomiclabs/hardhat-ethers/signers"

0 commit comments

Comments
 (0)