Skip to content

Commit

Permalink
UITest: remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Apr 30, 2024
1 parent 95d58ca commit 51e7549
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Samples.UITest/Writer.Test/UIAssert.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public static void NotExists(Action accessElement, [CallerArgumentExpression(nam
Retry.DefaultTimeout = TimeSpan.Zero;
try
{

accessElement();
}
catch (ElementNotFoundException)
Expand Down

0 comments on commit 51e7549

Please sign in to comment.