Skip to content

Commit

Permalink
ci: apply review
Browse files Browse the repository at this point in the history
Co-authored-by: Youssef Victor <[email protected]>
  • Loading branch information
carldebilly and Youssef1313 authored Aug 31, 2021
1 parent f287aa7 commit bb0812a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ public void Validate_Offscreen_Shapes()
var xamlShape6 = _app.GetPhysicalRect("xamlShape6");
var deferredShape6 = _app.GetPhysicalRect("deferredShape6");

ImageAssert.HasColorAt(screensnot, xamlShape6.CenterX, xamlShape6.CenterY, Color.Yellow, tolerance:5);
ImageAssert.HasColorAt(screensnot, xamlShape6.CenterX, xamlShape6.CenterY, Color.Yellow, tolerance: 5);
ImageAssert.HasColorAt(screensnot, deferredShape6.CenterX, xamlShape6.CenterY, Color.Yellow, tolerance: 5);
}
}
Expand Down

0 comments on commit bb0812a

Please sign in to comment.