Skip to content

Commit

Permalink
Update libs/pricing/src/services/coingecko.service.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: 0xyaco <[email protected]>
  • Loading branch information
0xnigir1 and 0xyaco authored Jul 31, 2024
1 parent 74c7ec2 commit ce0ad2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/pricing/src/services/coingecko.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe("CoingeckoService", () => {
});

describe("getTokenPrices", () => {
it("all token prices are fetched from Coingecko", async () => {
it("fetches all token prices from Coingecko", async () => {
const tokenIds = ["token1", "token2"];
const currency = "usd";
const expectedResponse: TokenPrices = {
Expand Down

0 comments on commit ce0ad2f

Please sign in to comment.