Rename test

This commit is contained in:
Eric Fleming
2019-06-15 21:18:30 -04:00
parent fde9a7c439
commit 8006754cd7

View File

@@ -17,7 +17,7 @@ namespace Microsoft.eShopWeb.UnitTests.ApplicationCore.Services.BasketServiceTes
} }
[Fact] [Fact]
public async Task Should_InvokeBasketRepoOnceAndBasketItemRepoTwice_Given_TwoItemsInBasket() public async Task Should_InvokeBasketRepositoryDeleteAsync_Once()
{ {
var basket = new Basket(); var basket = new Basket();
basket.AddItem(1, It.IsAny<decimal>(), It.IsAny<int>()); basket.AddItem(1, It.IsAny<decimal>(), It.IsAny<int>());