Skip to content

Commit

Permalink
Removed incorrect using.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jun 7, 2024
1 parent a9800b0 commit b38478d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

using System;
using ImageMagick;
using NSubstitute.ExceptionExtensions;
using Xunit;

namespace Magick.NET.Tests;
Expand Down Expand Up @@ -37,7 +36,6 @@ public void ShouldThrowExceptionWhenColorHasInvalidLength()
}

#if !Q16HDRI

[Fact]
public void ShouldThrowExceptionWhenCyanPercentageIsNegative()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

using System;
using ImageMagick;
using NSubstitute.ExceptionExtensions;
using Xunit;

#if Q8
Expand Down

0 comments on commit b38478d

Please sign in to comment.