Skip to content

Commit

Permalink
Cleaned test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
codebude committed Apr 17, 2024
1 parent 8d7dde8 commit 871e70a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions QRCoderTests/ArtQRCodeRendererTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using System.Drawing;
using QRCoderTests.Helpers.XUnitExtenstions;
using QRCoderTests.Helpers;
using System.Drawing.Imaging;

namespace QRCoderTests
{
Expand Down Expand Up @@ -111,7 +110,6 @@ public void can_render_artqrcode_from_helper()
{
//Create QR code
var bmp = ArtQRCodeHelper.GetQRCode("A", 10, Color.Black, Color.White, Color.Transparent, QRCodeGenerator.ECCLevel.L);
((Bitmap)bmp.Clone()).Save("C:\\Users\\netbl\\Downloads\\art_new.png", ImageFormat.Png);
var result = HelperFunctions.BitmapToHash(bmp);
result.ShouldBe("57ecaa9bdeadcdcbeac8a19d734907ff");
}
Expand Down

0 comments on commit 871e70a

Please sign in to comment.