Skip to content

Commit fb55a6c

Browse files
KaranChadha10hishamco
KaranChadha10
authored andcommitted
fix: addressed pr comments
1 parent 7f0c8b5 commit fb55a6c

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

SimplCommerce.Module.WishList.Tests.Controllers/SimplCommerce.Module.WishList.Tests.Controllers.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
87
<IsPackable>false</IsPackable>
98
<IsTestProject>true</IsTestProject>
109
</PropertyGroup>

test/SimplCommerce.Infrastructure.Tests/CurrencyHelperTests.cs

-9
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,8 @@
99

1010
namespace SimplCommerce.Infrastructure.Tests
1111
{
12-
/// <summary>
13-
/// Contains unit tests for <see cref="CurrencyHelper.IsZeroDecimalCurrencies"/> method.
14-
/// </summary>
1512
public class CurrencyHelperTests
1613
{
17-
/// <summary>
18-
/// Verifies that zero-decimal currencies are correctly identified.
19-
/// </summary>
2014
[Theory]
2115
[InlineData("ja-JP", true)] // Japanese Yen (JPY)
2216
[InlineData("ko-KR", true)] // Korean Won (KRW)
@@ -34,9 +28,6 @@ public void IsZeroDecimalCurrencies_ReturnsExpectedResult(string cultureName, bo
3428
Assert.Equal(expectedResult, result);
3529
}
3630

37-
/// <summary>
38-
/// Verifies that an exception is thrown when an invalid culture is provided.
39-
/// </summary>
4031
[Fact]
4132
public void IsZeroDecimalCurrencies_InvalidCulture_ThrowsException()
4233
{

test/SimplCommerce.Infrastructure.Tests/ReflectionHelperTests.cs

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
namespace SimplCommerce.Infrastructure.Tests
1010
{
11-
/// <summary>
12-
/// Contains unit tests for <see cref="ReflectionHelperTests"/> method.
13-
/// </summary>
1411
public class ReflectionHelperTests
1512
{
1613
[Fact]

test/SimplCommerce.Module.Cms.Tests/Controllers/MenuApiControllerTests.cs

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414

1515
namespace SimplCommerce.Module.Cms.Tests.Controllers
1616
{
17-
/// <summary>
18-
/// Contains unit tests for <see cref="MenuApiController"/> method.
19-
/// </summary>
2017
public class MenuApiControllerTests
2118
{
2219
[Fact]

0 commit comments

Comments
 (0)