Test cleanup and adding code coverage
This commit is contained in:
@@ -4,7 +4,7 @@ using Xunit;
|
||||
|
||||
namespace Microsoft.eShopWeb.UnitTests.ApplicationCore.Entities.BasketTests
|
||||
{
|
||||
public class Total
|
||||
public class BasketAddItem
|
||||
{
|
||||
private int _testCatalogItemId = 123;
|
||||
private decimal _testUnitPrice = 1.23m;
|
||||
@@ -5,7 +5,7 @@ using Xunit;
|
||||
|
||||
namespace Microsoft.eShopWeb.UnitTests.ApplicationCore.Entities.OrderTests
|
||||
{
|
||||
public class Total
|
||||
public class OrderTotal
|
||||
{
|
||||
private decimal _testUnitPrice = 42m;
|
||||
|
||||
Reference in New Issue
Block a user