Skip to content

Commit 92e3910

Browse files
committed
Removed additional space in test case
1 parent 2926355 commit 92e3910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QRCoderTests/PayloadGeneratorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2491,7 +2491,7 @@ public void swissqrcode_generator_should_throw_wrong_countrycode()
24912491

24922492
Assert.NotNull(exception);
24932493
Assert.IsType<PayloadGenerator.SwissQrCode.Contact.SwissQrCodeContactException>(exception);
2494-
exception.Message.ShouldBe("Country must be a valid \"two letter\" country code as defined by ISO 3166-1, but it isn't.");
2494+
exception.Message.ShouldBe("Country must be a valid \"two letter\" country code as defined by ISO 3166-1, but it isn't.");
24952495
}
24962496

24972497

0 commit comments

Comments
 (0)