Skip to content

Commit

Permalink
test(uniswap): remove test for no tokens being returned
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed Dec 26, 2023
1 parent 025dfaa commit a7e350c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/uniswap/src/Uniswap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ describe('Given the uniswap plugin', () => {
const tokens = await getSupportedTokenAddresses(chainId)
const addressRegex = /^0x[a-fA-F0-9]{40}$/
expect(tokens).to.be.an('array')
expect(tokens).to.have.length.greaterThan(0)
expect(tokens).to.have.length.lessThan(100)
tokens.forEach((token) => {
expect(token).to.match(
Expand Down

0 comments on commit a7e350c

Please sign in to comment.