Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
janndriessen committed Jan 9, 2024
1 parent 94a8181 commit f013998
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/hooks/use-best-quote/utils/index-token-amount.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ describe('getIndexTokenAmount - minting', () => {
const approxOutputAmount =
(inputTokenTotal / outputTokenPrice) * outputAdjust
const expectedAmount = toWei(approxOutputAmount, 18)
const indexTokenPriceTotal =
Number(formatUnits(BigInt(indexTokenAmount.toString()), 18)) *
outputTokenPrice
expect(indexTokenAmount.toString()).toEqual(expectedAmount.toString())
})

Expand Down

0 comments on commit f013998

Please sign in to comment.