Skip to content

Commit

Permalink
Merge pull request #6059 from Mo-Gul/next
Browse files Browse the repository at this point in the history
harmonize indention of empty lines in `TestCodeGenerator`
  • Loading branch information
retailcoder authored Nov 26, 2022
2 parents 1e819c8 + c24963b commit ea42d7f
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ public partial class TestCodeGenerator
On Error GoTo {TestFailLabel}
{ArrangeComment}
{ActComment}
'{AssertLabel}:
Assert.Succeed
{TestExitLabel}:
'@Ignore UnhandledOnErrorResumeNext
On Error Resume Next
Exit Sub
{TestFailLabel}:
Assert.Fail ""{TestErrorMessage}"" & Err.Number & "" - "" & Err.Description
Expand All @@ -67,9 +67,9 @@ Exit Sub
On Error GoTo {TestFailLabel}
{ArrangeComment}
{ActComment}
{AssertLabel}:
Assert.Fail ""{ExpectedErrorFailMessage}""
Expand Down

0 comments on commit ea42d7f

Please sign in to comment.