Browse Source

Fix UT `Should_Add_Order_Candidate_Discount_Preview`

pull/257/head 4.0.0-preview.2
gdlcf88 3 years ago
parent
commit
1456c8de63
  1. 3
      plugins/Promotions/test/EasyAbp.EShop.Plugins.Promotions.Application.Tests/PromotionTypes/MinQuantityOrderDiscountTests.cs

3
plugins/Promotions/test/EasyAbp.EShop.Plugins.Promotions.Application.Tests/PromotionTypes/MinQuantityOrderDiscountTests.cs

@ -40,6 +40,9 @@ public class MinQuantityOrderDiscountTests : PromotionsApplicationTestBase
ProductSkus = new List<ProductSkuEto>
{
new()
{
Currency = "USD"
}
}
};

Loading…
Cancel
Save