Skip to content

Commit a76c02f

Browse files
Replace test image with a smaller one.
Adjusted Identify_AnimatedPng_ReadsFrameCountCorrectly to expect 48 frames instead of 50.
1 parent 20c4ec6 commit a76c02f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/ImageSharp.Tests/Formats/Png/PngDecoderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ public void Identify_AnimatedPng_ReadsFrameCountCorrectly()
420420
ImageInfo imageInfo = Image.Identify(stream);
421421

422422
Assert.NotNull(imageInfo);
423-
Assert.Equal(50, imageInfo.FrameMetadataCollection.Count);
423+
Assert.Equal(48, imageInfo.FrameMetadataCollection.Count);
424424
}
425425

426426
[Theory]
Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)