Skip to content

Commit ae8351a

Browse files
committed
Moved the eps coder in the IsolatedUnitTest collection.
1 parent fb98a65 commit ae8351a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Magick.NET.Tests/Coders/TheEpsCoder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
using ImageMagick;
55
using Xunit;
6-
using Xunit.Sdk;
76

87
namespace Magick.NET.Tests;
98

9+
[Collection(nameof(IsolatedUnitTest))]
1010
public partial class TheEpsCoder
1111
{
1212
[Fact]

0 commit comments

Comments
 (0)