Skip to content

Commit

Permalink
fix(core): minor logger fix
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed May 6, 2020
1 parent 828180d commit 61ee811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestLogger.bs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public sub PrintTestStatistic(testCase as object)
if (LCase(testCase.Result) <> "success")
testChar = "-"
assertIndex = metaTestCase.testResult.failedAssertIndex
locationLine = StrI(RBS_TC_GetAssertLine(metaTestCase, assertIndex)).trim()
locationLine = StrI(RBS_TC_UnitTestCase_GetAssertLine(metaTestCase, assertIndex)).trim()
else
testChar = "|"
locationLine = StrI(metaTestCase.lineNumber).trim()
Expand Down

0 comments on commit 61ee811

Please sign in to comment.