Skip to content

Commit 11604f8

Browse files
committed
Removed writing to file for local testing.
1 parent c37b0bd commit 11604f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Magick.NET.Tests/MagickImageTests/TheSpliceMethod.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public void ShouldUseTheGravityWhenSplicingTheBackgroundColorIntoTheImage()
4949

5050
Assert.Equal(296U, image.Width);
5151
Assert.Equal(87U, image.Height);
52-
image.Write("i:/test.png");
5352
ColorAssert.Equal(MagickColors.Fuchsia, image, 110, 60);
5453
ColorAssert.Equal(new MagickColor("#0000"), image, 109, 59);
5554
}

0 commit comments

Comments
 (0)