Browse Source

Merge pull request #2088 from RikVanHaaren/dev

Fix spelling
pull/2099/head
Tarun Jain 1 year ago
committed by GitHub
parent
commit
7e2a966dbf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Basket/Basket.UnitTests/Application/BasketWebApiTest.cs

+ 1
- 1
src/Services/Basket/Basket.UnitTests/Application/BasketWebApiTest.cs View File

@ -90,7 +90,7 @@ public class BasketWebApiTest
}
[Fact]
public async Task Doing_Checkout_Wit_Basket_Should_Publish_UserCheckoutAccepted_Integration_Event()
public async Task Doing_Checkout_With_Basket_Should_Publish_UserCheckoutAccepted_Integration_Event()
{
var fakeCustomerId = "1";
var fakeCustomerBasket = GetCustomerBasketFake(fakeCustomerId);


Loading…
Cancel
Save