From 1d9b20914f1157bf9455b060ad405196604b84b0 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Mon, 18 Jul 2022 13:36:33 +1000 Subject: [PATCH] Update TestImageExtensions.cs --- tests/ImageSharp.Tests/TestUtilities/TestImageExtensions.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ImageSharp.Tests/TestUtilities/TestImageExtensions.cs b/tests/ImageSharp.Tests/TestUtilities/TestImageExtensions.cs index e8d894ce96..a4956ffb7d 100644 --- a/tests/ImageSharp.Tests/TestUtilities/TestImageExtensions.cs +++ b/tests/ImageSharp.Tests/TestUtilities/TestImageExtensions.cs @@ -688,6 +688,8 @@ namespace SixLabors.ImageSharp.Tests ImageComparer comparer = customComparer ?? ImageComparer.Exact; comparer.VerifySimilarity(encodedImage, image); + + return actualOutputFile; } internal static AllocatorBufferCapacityConfigurator LimitAllocatorBufferCapacity(