Skip to content

Commit a53745c

Browse files
committed
Fixed tests
1 parent a97490c commit a53745c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

QRCoderTests/ArtQRCodeRendererTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,7 @@ public void can_render_artqrcode_from_helper()
112112
var bmp = ArtQRCodeHelper.GetQRCode("A", 10, Color.Black, Color.White, Color.Transparent, QRCodeGenerator.ECCLevel.L);
113113

114114
var result = HelperFunctions.BitmapToHash(bmp);
115-
#if NET35_OR_GREATER || NET40_OR_GREATER
116-
result.ShouldBe("fea51114bc4ff893542a1c0574c82a07");
117-
#else
118115
result.ShouldBe("6c1bb8257349b29f76e50c3fa8abd9c9");
119-
#endif
120116
}
121117
}
122118
}

0 commit comments

Comments
 (0)