From 33b61f1bf6933b754936284528bc6f57e52106eb Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Mon, 3 Feb 2025 11:09:23 +0100 Subject: [PATCH] vault: cleanup --- test/Vault.tests.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Vault.tests.js b/test/Vault.tests.js index faf65f1..44c6f9e 100644 --- a/test/Vault.tests.js +++ b/test/Vault.tests.js @@ -212,7 +212,6 @@ describe("Vault", function () { const amount = 42 beforeEach(async function () { - ;[, , account2] = await ethers.getSigners() await token.connect(account).approve(vault.address, amount) await vault.deposit(context, account.address, amount) })