Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabib committed Jan 23, 2025
1 parent e4555b5 commit e51735e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions frontend/src/tests/lib/pages/Portfolio.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -575,11 +575,6 @@ describe("Portfolio page", () => {
});

it("should show a partial loading state - tokens loaded, projects still loading", async () => {
const loadedToken = createUserToken({
balanceInUsd: 100,
universeId: principal(1),
});

const po = renderPage({
userTokens: [loadedToken],
tableProjects: [loadingProject],
Expand All @@ -595,7 +590,6 @@ describe("Portfolio page", () => {
});

it("should show a partial loading state - projects loaded, tokens still loading", async () => {
// Test Case 3:
const po = renderPage({
userTokens: [loadingToken],
tableProjects: [loadedProject],
Expand Down

0 comments on commit e51735e

Please sign in to comment.