Skip to content

Commit

Permalink
GIX-1960: Upgrade candid sns-js
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed Oct 19, 2023
1 parent e6cc9dc commit 57a8c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sns/src/swap.canister.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ describe("Swap canister", () => {
amount_transferred_e8s: [BigInt(99900000)],
},
],
has_created_neuron_recipes: [false],
};
const service = mock<ActorSubclass<SnsSwapService>>();
service.get_buyer_state.mockResolvedValue({
Expand Down

0 comments on commit 57a8c5e

Please sign in to comment.