Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 7e2a966

Browse files
authored
Merge pull request #2088 from RikVanHaaren/dev
Fix spelling
2 parents 7d06508 + ff78bb7 commit 7e2a966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Basket/Basket.UnitTests/Application/BasketWebApiTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public async Task Doing_Checkout_Without_Basket_Should_Return_Bad_Request()
9090
}
9191

9292
[Fact]
93-
public async Task Doing_Checkout_Wit_Basket_Should_Publish_UserCheckoutAccepted_Integration_Event()
93+
public async Task Doing_Checkout_With_Basket_Should_Publish_UserCheckoutAccepted_Integration_Event()
9494
{
9595
var fakeCustomerId = "1";
9696
var fakeCustomerBasket = GetCustomerBasketFake(fakeCustomerId);

0 commit comments

Comments
 (0)