Skip to content

Commit 5c89317

Browse files
committed
Update SystemEntitlementsConverterTests.cs
1 parent bd271ff commit 5c89317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Licensing.Test/SystemEntitlementsConverterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public void GivenCountryCode_WhenSystemEntitlementsConverted_Then(string country
5858
// Assert
5959

6060
_ = validation.IsSuccess.Should().Be(isValid);
61-
validation.IfSuccess(x =>
61+
_ = validation.IfSuccess(x =>
6262
{
6363
_ = x.CountryCodes.Count.Should().Be(1);
6464
_ = x.CountryCodes.Single().Should().Be(country.TwoLetterISORegionName);

0 commit comments

Comments
 (0)