Merge pull request #2088 from RikVanHaaren/dev

Fix spelling
This commit is contained in:
Tarun Jain 2023-04-25 17:11:27 +05:30 committed by GitHub
commit 7e2a966dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);