diff --git a/src/sim_explorer/cli/display_results.py b/src/sim_explorer/cli/display_results.py index 07897c8..bf6f244 100644 --- a/src/sim_explorer/cli/display_results.py +++ b/src/sim_explorer/cli/display_results.py @@ -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.