From abef8ad760c958bec9b551c95eb28cb52764ba79 Mon Sep 17 00:00:00 2001 From: Drygin Date: Mon, 14 Feb 2022 13:34:03 +0300 Subject: [PATCH] fix linters --- test/full.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/full.test.js b/test/full.test.js index d0504b0..d49b8e5 100644 --- a/test/full.test.js +++ b/test/full.test.js @@ -282,7 +282,7 @@ describe('TornadoPool', function () { }) it('should withdraw with L1 fee', async function () { - const { tornadoPool, token, omniBridge, amb, l1Unwrapper, sender, l1Token } = await loadFixture(fixture) + const { tornadoPool, token, omniBridge, l1Unwrapper, sender, l1Token } = await loadFixture(fixture) const aliceKeypair = new Keypair() // contains private and public keys // regular L1 deposit -------------------------------------------