Skip to content

Commit

Permalink
fix: Missing terminal sending statemet
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyaPeyaPeyang committed Dec 6, 2024
1 parent 805eb0c commit 832da6a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,8 @@ else if (actionResult.getError() != null)

args.add("cause", actionResult.getCause().name())
.add("message", causeMessage);

terminal.info(this.withPrefix(scenarioResult.getTestID(), scenario, LangProvider.get(key, args)));
}

protected void printSeparator(UUID testID, Terminal terminal, ScenarioFileStructure scenario)
Expand Down

0 comments on commit 832da6a

Please sign in to comment.