changed method name (#566)

This commit is contained in:
yigith
2021-10-25 00:50:29 +03:00
committed by GitHub
parent 65b8e5985e
commit 97320e16ca

View File

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