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 82b9d6a commit 321ffb1Copy full SHA for 321ffb1
tests/Magick.NET.Tests/Formats/Icon/IconWriteDefinesTests/TheAutoResizeProperty.cs
@@ -12,7 +12,7 @@ public partial class IconWriteDefinesTests
12
public class TheAutoResizeProperty
13
{
14
[Fact]
15
- public void ShouldSetTheDefine()
+ public void ShouldSetTheDefineWhenSetToTrue()
16
17
var defines = new IconWriteDefines
18
@@ -26,7 +26,7 @@ public void ShouldSetTheDefine()
26
}
27
28
29
- public void ShouldEncodeTheImageIn8bitWhenNotSet()
+ public void ShouldSetTheDefineWhenSetToFalse()
30
31
32
0 commit comments