From 8601479477f6b1cb0fb4de5059e05e5c8334be1e Mon Sep 17 00:00:00 2001 From: Omar Khan Date: Mon, 10 Feb 2025 20:50:49 -0500 Subject: [PATCH] fix lint error --- .../xrpl/test/integration/transactions/ammClawback.test.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/xrpl/test/integration/transactions/ammClawback.test.ts b/packages/xrpl/test/integration/transactions/ammClawback.test.ts index c86515c1db..211c4c6f83 100644 --- a/packages/xrpl/test/integration/transactions/ammClawback.test.ts +++ b/packages/xrpl/test/integration/transactions/ammClawback.test.ts @@ -52,10 +52,6 @@ describe('AMMClawback', function () { Asset2: asset2, } - const res = await testTransaction( - testContext.client, - ammClawback, - issuerWallet, - ) + await testTransaction(testContext.client, ammClawback, issuerWallet) }) })