Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabib committed Jan 17, 2025
1 parent c79bbc6 commit b554cb7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions frontend/src/tests/lib/utils/portfolio.utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ import { CKUSDC_UNIVERSE_CANISTER_ID } from "$lib/constants/ckusdc-canister-ids.
import type { TableProject } from "$lib/types/staking";
import type { UserToken } from "$lib/types/tokens-page";
import {
getTopHeldTokens,
getTopStakedTokens,
shouldShowInfoRow,
getTopHeldTokens,
getTopStakedTokens,
shouldShowInfoRow,
} from "$lib/utils/portfolio.utils";
import { principal } from "$tests/mocks/sns-projects.mock";
import { mockTableProject } from "$tests/mocks/staking.mock";
import {
createIcpUserToken,
createUserToken,
createUserTokenLoading,
createIcpUserToken,
createUserToken,
createUserTokenLoading,
} from "$tests/mocks/tokens-page.mock";

describe("Portfolio utils", () => {
Expand Down Expand Up @@ -336,7 +336,6 @@ describe("Portfolio utils", () => {
).toBe(true);
});


it("should show info row when other card is empty and current card has less than 4 tokens", () => {
expect(
shouldShowInfoRow({
Expand Down

0 comments on commit b554cb7

Please sign in to comment.