Skip to content

Commit

Permalink
chore: fix xml comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spouliot committed Nov 5, 2024
1 parent 824ecbf commit 2a6a7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Uno.UI.RuntimeTests/Helpers/ImageAssert.cs
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ private static async Task<bool> AreRenderTargetBitmapsEqualAsync(RenderTargetBit
/// If the error is greater than or equal to 0.022, the differences are visible to human eyes.
/// <paramref name="actual">The image to compare with reference</paramref>
/// <paramref name="expected">Reference image.</paramref>
/// <paramref name="imperceptibilityThreshold">It is the threshold beyond which the compared images are not considered equal. Default value is 0.022.</paramref>>
/// <paramref name="resolutionTolerance"/>Limits of resolution (in pixels) difference between the bitmaps</paramref>
/// <paramref name="imperceptibilityThreshold">It is the threshold beyond which the compared images are not considered equal. Default value is 0.022.</paramref>
/// <paramref name="resolutionTolerance">Limits of resolution (in pixels) difference between the bitmaps</paramref>
/// </summary>
public static async Task AreSimilarAsync(RawBitmap actual, RawBitmap expected, double imperceptibilityThreshold = 0.022, int resolutionTolerance = 0)
{
Expand Down

0 comments on commit 2a6a7f9

Please sign in to comment.