Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
khancode committed Feb 11, 2025
1 parent a960912 commit 8601479
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ describe('AMMClawback', function () {
Asset2: asset2,
}

const res = await testTransaction(
testContext.client,
ammClawback,
issuerWallet,
)
await testTransaction(testContext.client, ammClawback, issuerWallet)
})
})

0 comments on commit 8601479

Please sign in to comment.