From 910da3a148c90cb735434e55ba0fdaf11ce5fe33 Mon Sep 17 00:00:00 2001 From: CJ42 Date: Tue, 20 Feb 2024 10:35:43 +0000 Subject: [PATCH] chore: update incorrect path for contract artifact --- tests/LSP17Extensions/Extension4337/4337.test.ts | 1 - .../LSP20CallVerification/LSP6/Interactions/Security.test.ts | 4 ++-- tests/LSP7DigitalAsset/LSP7Mintable.behaviour.ts | 2 -- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/LSP17Extensions/Extension4337/4337.test.ts b/tests/LSP17Extensions/Extension4337/4337.test.ts index 031bde4f4..7c1316d2c 100644 --- a/tests/LSP17Extensions/Extension4337/4337.test.ts +++ b/tests/LSP17Extensions/Extension4337/4337.test.ts @@ -1,6 +1,5 @@ import { ethers } from 'hardhat'; import { SignerWithAddress } from '@nomicfoundation/hardhat-ethers/signers'; -import { Signer } from 'ethers'; import { EntryPoint__factory, EntryPoint } from '@account-abstraction/contracts'; import { BytesLike, parseEther } from 'ethers'; diff --git a/tests/LSP20CallVerification/LSP6/Interactions/Security.test.ts b/tests/LSP20CallVerification/LSP6/Interactions/Security.test.ts index 9462a649a..bc25f95dd 100644 --- a/tests/LSP20CallVerification/LSP6/Interactions/Security.test.ts +++ b/tests/LSP20CallVerification/LSP6/Interactions/Security.test.ts @@ -331,10 +331,10 @@ export const testSecurityScenarios = (buildContext: () => Promise { diff --git a/tests/LSP7DigitalAsset/LSP7Mintable.behaviour.ts b/tests/LSP7DigitalAsset/LSP7Mintable.behaviour.ts index d9c05d8f3..e465f422e 100644 --- a/tests/LSP7DigitalAsset/LSP7Mintable.behaviour.ts +++ b/tests/LSP7DigitalAsset/LSP7Mintable.behaviour.ts @@ -5,8 +5,6 @@ import { expect } from 'chai'; import { UniversalReceiverDelegateTokenReentrant__factory, LSP7Mintable, - LSP6KeyManager, - UniversalProfile, UniversalProfileInit, LSP6KeyManagerInit, UniversalReceiverDelegateTokenReentrant,