Skip to content

Commit fac8389

Browse files
committed
Include all ImageMagick namespaces in the TestIssue.
1 parent bc1ce46 commit fac8389

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Magick.NET.Tests/TestIssue.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33

44
using System;
55
using ImageMagick;
6+
using ImageMagick.Colors;
7+
using ImageMagick.Configuration;
8+
using ImageMagick.Drawing;
9+
using ImageMagick.Factories;
610
using ImageMagick.Formats;
11+
using ImageMagick.ImageOptimizers;
712
using Xunit;
813

914
namespace Magick.NET.Tests;

0 commit comments

Comments
 (0)