Skip to content

Commit

Permalink
Update base networks query in test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphenized committed Feb 25, 2025
1 parent b3c78d8 commit 6143867
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion background/services/indexing/tests/index.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,9 @@ describe("IndexingService", () => {
fetchJsonStub
.getCalls()
.toString()
.match(/ethereum,matic-network,rootstock,avalanche-2,binancecoin/i),
.match(
/ethereum,matic-network,rootstock,bitcoin,avalanche-2,binancecoin/i,
),
).toBeTruthy()
})
})
Expand Down

0 comments on commit 6143867

Please sign in to comment.