Skip to content

Commit

Permalink
update: SnsProposalsList test
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed Mar 26, 2024
1 parent 8f4475e commit 5865a30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { mockSnsCanisterIdText } from "$tests/mocks/sns.api.mock";
import { SnsProposalListPo } from "$tests/page-objects/SnsProposalList.page-object";
import { JestPageObjectElement } from "$tests/page-objects/jest.page-object";
import { runResolvedPromises } from "$tests/utils/timers.test-utils";
import { SnsProposalDecisionStatus } from "@dfinity/sns";
import { SnsProposalDecisionStatus, type SnsProposalData } from "@dfinity/sns";
import { cleanup, render } from "@testing-library/svelte";

describe("SnsProposalsList", () => {
Expand Down

0 comments on commit 5865a30

Please sign in to comment.