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 5a4e4af commit c65fb99Copy full SHA for c65fb99
tests/Magick.NET.Tests/MagickImageTests/TheCompareMethod.cs
@@ -184,7 +184,7 @@ public void ShouldReturnTheCorrectValueForEachErrorMetric(ErrorMetric errorMetri
184
[Theory]
185
[InlineData(ErrorMetric.PhaseCorrelation)]
186
[InlineData(ErrorMetric.DotProductCorrelation)]
187
- public void ShouldThrowExceptionWhenErrorMetricIsSupported(ErrorMetric errorMetric)
+ public void ShouldThrowExceptionWhenErrorMetricIsNotSupported(ErrorMetric errorMetric)
188
{
189
using var image = new MagickImage(Files.Builtin.Logo);
190
using var other = image.CloneAndMutate(image => image.Rotate(180));
0 commit comments