Skip to content

Commit

Permalink
test(core): Fix wrong mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Nov 26, 2024
1 parent 3d05446 commit e18ae4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/e2e/order-interceptor.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ describe('Order interceptor', () => {
const { adjustOrderLine } = await shopClient.query<
CodegenShop.AdjustItemQuantityMutation,
CodegenShop.AdjustItemQuantityMutationVariables
>(ADJUST_ORDER_LINE, {
>(ADJUST_ITEM_QUANTITY, {
orderLineId: 'T_2',
quantity: 5,
});
Expand Down

0 comments on commit e18ae4c

Please sign in to comment.