Skip to content

Commit

Permalink
Removed additional space in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
codebude committed Apr 21, 2024
1 parent 2926355 commit 92e3910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QRCoderTests/PayloadGeneratorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2491,7 +2491,7 @@ public void swissqrcode_generator_should_throw_wrong_countrycode()

Assert.NotNull(exception);
Assert.IsType<PayloadGenerator.SwissQrCode.Contact.SwissQrCodeContactException>(exception);
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.");
}


Expand Down

0 comments on commit 92e3910

Please sign in to comment.