Skip to content

Commit

Permalink
test(cartDiscount): fix failing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzy25 committed Jan 8, 2018
1 parent 7e200bc commit 105eb0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spec/integration/discounts.spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ newCartDiscount = ->
predicate: 'variant.id = 1'
sortOrder: "0.#{_.reduce [1..orderCount], ((m, i) -> '' + m + i), '2'}"
isActive: false
requiresDiscountCode: true

newDiscountCode = (cartDiscountId) ->
code: uniqueId 'c'
Expand Down

0 comments on commit 105eb0e

Please sign in to comment.