Skip to content

Commit c65fb99

Browse files
committed
Corrected unit test name.
1 parent 5a4e4af commit c65fb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Magick.NET.Tests/MagickImageTests/TheCompareMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public void ShouldReturnTheCorrectValueForEachErrorMetric(ErrorMetric errorMetri
184184
[Theory]
185185
[InlineData(ErrorMetric.PhaseCorrelation)]
186186
[InlineData(ErrorMetric.DotProductCorrelation)]
187-
public void ShouldThrowExceptionWhenErrorMetricIsSupported(ErrorMetric errorMetric)
187+
public void ShouldThrowExceptionWhenErrorMetricIsNotSupported(ErrorMetric errorMetric)
188188
{
189189
using var image = new MagickImage(Files.Builtin.Logo);
190190
using var other = image.CloneAndMutate(image => image.Rotate(180));

0 commit comments

Comments
 (0)