We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44cd6c commit c224decCopy full SHA for c224dec
tests/ImageSharp.Tests/Formats/Jpg/JFifMarkerTests.cs
@@ -46,15 +46,6 @@ public void MarkerIgnoresIncorrectValue()
46
Assert.Equal(default, marker);
47
}
48
49
- [Fact]
50
- public void MarkerIgnoresCorrectHeaderButInvalidDensities()
51
- {
52
- bool isJFif = JFifMarker.TryParse(this.bytes3, out JFifMarker marker);
53
-
54
- Assert.False(isJFif);
55
- Assert.Equal(default, marker);
56
- }
57
58
[Fact]
59
public void MarkerEqualityIsCorrect()
60
{
0 commit comments