We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2926355 commit 92e3910Copy full SHA for 92e3910
QRCoderTests/PayloadGeneratorTests.cs
@@ -2491,7 +2491,7 @@ public void swissqrcode_generator_should_throw_wrong_countrycode()
2491
2492
Assert.NotNull(exception);
2493
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.");
+ exception.Message.ShouldBe("Country must be a valid \"two letter\" country code as defined by ISO 3166-1, but it isn't.");
2495
}
2496
2497
0 commit comments