diff --git a/robot/helper_actor_compiler.py b/robot/helper_actor_compiler.py index 719dcb9ab..fad35e8c1 100644 --- a/robot/helper_actor_compiler.py +++ b/robot/helper_actor_compiler.py @@ -132,8 +132,7 @@ def main() -> int: try: compile_actor(actor_a, actor_resolver=registry.get) print( - "actor-compiler-cycle-not-detected: FAIL" - " — expected SubgraphCycleError" + "actor-compiler-cycle-not-detected: FAIL — expected SubgraphCycleError" ) return 1 except SubgraphCycleError as exc: