Skip to content

Commit

Permalink
GIX-1909: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Sep 27, 2023
1 parent 946df0e commit 2c9069a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sns/src/swap.canister.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ describe("Swap canister", () => {
cf_participant_count: [BigInt(3)],
direct_participant_count: [BigInt(4)],
cf_neuron_count: [BigInt(6)],
neurons_fund_participation_icp_e8s: [],
direct_participation_icp_e8s: [],
};

const service = mock<ActorSubclass<SnsSwapService>>();
Expand Down

0 comments on commit 2c9069a

Please sign in to comment.