Skip to content

Commit 5bbba72

Browse files
Update ClipperTests.cs
1 parent 2b6daba commit 5bbba72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ImageSharp.Drawing.Tests/Shapes/PolygonClipper/ClipperTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public void ClipperOffsetThrowsPublicException()
144144
}
145145
catch (System.Exception ex)
146146
{
147-
Assert.True(ex is ClipperLib.ClipperException);
147+
Assert.True(ex is ClipperException);
148148
}
149149
}
150150
}

0 commit comments

Comments
 (0)