Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Apr 2, 2024
1 parent a8277be commit 4b8fafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QRCoderTests/SvgQRCodeRendererTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@ public void can_render_svg_qrcode_with_png_logo_bitmap()
var svg = new SvgQRCode(data).GetGraphic(10, Color.DarkGray, Color.White, logo: logoObj);

var result = HelperFunctions.StringToHash(svg);
result.ShouldBe("7d53f25af04e52b20550deb2e3589e96");
result.ShouldBe("78e02e8ba415f15817d5ed88c4afca31");
}
#endif

[Fact]
[Category("QRRenderer/SvgQRCode")]
Expand All @@ -141,7 +142,6 @@ public void can_render_svg_qrcode_with_png_logo_bytearray()
var result = HelperFunctions.StringToHash(svg);
result.ShouldBe("7d53f25af04e52b20550deb2e3589e96");
}
#endif

[Fact]
[Category("QRRenderer/SvgQRCode")]
Expand Down

0 comments on commit 4b8fafd

Please sign in to comment.