Skip to content

Commit

Permalink
fix: temp changes in listener code #1595;
Browse files Browse the repository at this point in the history
  • Loading branch information
smansoft committed Jan 7, 2022
1 parent 78c1297 commit 30be6d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ private void testFailed(ITestResult result) {
for(Object parameter : parameters) {
Reporter.log("parameter = " + parameter, true);
}
Reporter.log("Test Parameters ------------- ", true);
}
Throwable throwable = result.getThrowable();
if(throwable != null) {
Expand Down

0 comments on commit 30be6d2

Please sign in to comment.