Skip to content

Commit

Permalink
Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Apr 2, 2024
1 parent f13a257 commit aecf20a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion QRCoderTests/SvgQRCodeRendererTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if !NETCOREAPP1_1 && !NET6_0
#if !NETCOREAPP1_1
using System;
using Xunit;
using QRCoder;
Expand Down Expand Up @@ -103,6 +103,7 @@ public void can_render_svg_qrcode_without_quietzones_hex()
result.ShouldBe("4ab0417cc6127e347ca1b2322c49ed7d");
}

#if !NET6_0
[Fact]
[Category("QRRenderer/SvgQRCode")]
public void can_render_svg_qrcode_with_png_logo()
Expand All @@ -121,6 +122,7 @@ public void can_render_svg_qrcode_with_png_logo()
var result = HelperFunctions.StringToHash(svg);
result.ShouldBe("78e02e8ba415f15817d5ed88c4afca31");
}
#endif

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

0 comments on commit aecf20a

Please sign in to comment.