Skip to content

Commit

Permalink
Revert change that was commited by accident.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 27, 2023
1 parent 86b4d94 commit 4ee0e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Magick.NET.Tests/Coders/TheWebPCoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void ShouldUseTheUpdatedXmpProfile()
var data = input.ToByteArray(MagickFormat.WebP);
using var output = new MagickImage(data);

//Assert.Equal(1234.5678, output.Density.X);
Assert.Equal(1234.5678, output.Density.X);
Assert.Equal(5, output.Density.Y);
Assert.Equal(DensityUnit.PixelsPerCentimeter, output.Density.Units);
Assert.Equal(OrientationType.LeftBottom, output.Orientation);
Expand Down

0 comments on commit 4ee0e20

Please sign in to comment.