changed method name (#566)
This commit is contained in:
@@ -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>());
|
||||
|
||||
Reference in New Issue
Block a user