Skip to content

Commit

Permalink
feat(core): Fix test case because we have only 2 variants of product
Browse files Browse the repository at this point in the history
  • Loading branch information
monrostar committed Mar 4, 2024
1 parent 752e31a commit 2219b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/e2e/money-strategy.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('Custom MoneyStrategy', () => {
cheapVariantId = productVariants.items[0].id;
expensiveVariantId = productVariants.items[1].id;

expect(CustomMoneyStrategy.transformerFromSpy).toHaveBeenCalledTimes(6);
expect(CustomMoneyStrategy.transformerFromSpy).toHaveBeenCalledTimes(2);
});

// https://github.com/vendure-ecommerce/vendure/issues/838
Expand Down

0 comments on commit 2219b44

Please sign in to comment.