We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f14014 commit ceeb457Copy full SHA for ceeb457
1 file changed
tests/ImageSharp.Drawing.Tests/TestUtilities/TestImageExtensions.cs
@@ -62,7 +62,7 @@ public static Image DebugSave(
62
{
63
if (TestEnvironment.RunsOnCI)
64
65
- // return image;
+ return image;
66
}
67
68
// We are running locally then we want to save it out
@@ -101,7 +101,7 @@ public static void DebugSave(
101
102
103
104
- // return;
+ return;
105
106
107
@@ -122,7 +122,7 @@ public static Image<TPixel> DebugSaveMultiFrame<TPixel>(
122
123
124
125
126
127
128
0 commit comments