diff --git a/tests/ImageSharp.Tests/TestFile.cs b/tests/ImageSharp.Tests/TestFile.cs index cfc88ad676..3d66958416 100644 --- a/tests/ImageSharp.Tests/TestFile.cs +++ b/tests/ImageSharp.Tests/TestFile.cs @@ -160,6 +160,7 @@ namespace ImageSharp.Tests /// /// The path returned by Path.GetFullPath(x) can be relative to dotnet framework directory /// in certain scenarios like dotTrace test profiling. + /// This method calculates and adds the format directory based on the ImageSharp.Tests assembly location. /// /// The directories list private static void AddFormatsDirectoryFromTestAssebmlyPath(List directories)