Skip to content

Commit d703263

Browse files
committed
Jxl is now supported on MacOS so we can remove this check.
1 parent 56c2d58 commit d703263

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/Magick.NET.Tests/MagickFormatInfoTests/TheCreateMethod.cs

-6
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,6 @@ private static bool ShouldReport(MagickFormat format)
218218
return false;
219219
}
220220

221-
if (Runtime.IsMacOS)
222-
{
223-
if (format == MagickFormat.Jxl)
224-
return false;
225-
}
226-
227221
return true;
228222
}
229223

0 commit comments

Comments
 (0)