Browse Source

Fix report

pull/2289/head
James Jackson-South 4 years ago
parent
commit
ab6590cef2
  1. 2
      tests/ImageSharp.Tests/TestUtilities/ImageComparison/Exceptions/ImageDifferenceIsOverThresholdException.cs

2
tests/ImageSharp.Tests/TestUtilities/ImageComparison/Exceptions/ImageDifferenceIsOverThresholdException.cs

@ -36,7 +36,7 @@ public class ImageDifferenceIsOverThresholdException : ImagesSimilarityException
int i = 0;
foreach (ImageSimilarityReport r in reports)
{
sb.Append("Report ImageFrame {i}: ");
sb.Append($"Report ImageFrame {i}: ");
sb.Append(r);
sb.Append(Environment.NewLine);
i++;

Loading…
Cancel
Save