Skip to content

Commit

Permalink
chore: harmonize indention of empty lines in TestCodeGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo-Gul committed Nov 26, 2022
1 parent 1e819c8 commit c24963b
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 c24963b

Please sign in to comment.