Skip to content

Commit

Permalink
Merge c24963b into 1e819c8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo-Gul committed Nov 26, 2022
2 parents 1e819c8 + c24963b commit 90212bb
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 90212bb

Please sign in to comment.