changed method name (#566)

This commit is contained in:
yigith
2021-10-24 17:50:29 -04:00
committed by GitHub
parent 65b8e5985e
commit 97320e16ca
@@ -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>());