Skip to content

Commit

Permalink
Update src/sim_explorer/cli/display_results.py
Browse files Browse the repository at this point in the history
Co-authored-by: Claas Rostock <48752696+ClaasRostock@users.noreply.github.com>
  • Loading branch information
Jorgelmh and ClaasRostock authored Dec 18, 2024
1 parent eda868d commit f5b0e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sim_explorer/cli/display_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def reconstruct_assertion_name(result: AssertionResult) -> str:
return f"{result.key}@{result.temporal.name}{time}({result.expression})"


def log_assertion_results(results: dict[str, List[AssertionResult]]):
def log_assertion_results(results: dict[str, list[AssertionResult]]):
"""
Log test scenarios and results in a visually appealing bullet-point list format.
Expand Down

0 comments on commit f5b0e4d

Please sign in to comment.