We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7a5f2 commit ed579c4Copy full SHA for ed579c4
ecommerce/pricing/test/three_plus_one_test.rb
@@ -254,23 +254,6 @@ def test_given_3_plus_one__when_10_percent_discount_for_offer__then_offer_price_
254
}
255
)
256
) { add_item(order_id, product_id) }
257
- assert_events(
258
- stream,
259
- PercentageDiscountSet.new(
260
- data: {
261
- order_id: order_id,
262
- type: Discounts::GENERAL_DISCOUNT,
263
- amount: 10
264
- }
265
- ),
266
- OrderTotalValueCalculated.new(
267
268
269
- discounted_amount: 54,
270
- total_amount: 80
271
272
- )
273
- ) { set_percentage_discount(order_id, 10) }
274
end
275
276
0 commit comments