diff --git a/wincpy/checks/63ce21059cf34d3d8ffef497ede7e317.py b/wincpy/checks/63ce21059cf34d3d8ffef497ede7e317.py index 5c09ebd..6ed4646 100644 --- a/wincpy/checks/63ce21059cf34d3d8ffef497ede7e317.py +++ b/wincpy/checks/63ce21059cf34d3d8ffef497ede7e317.py @@ -20,7 +20,7 @@ def check_single_line_comments(student_module): assert ( count >= 4 - ), f"There should be at least `2` single-line comments, but there were only `{count}`" + ), f"There should be at least `2` single-line comments, but there were only `{count - 2}`" def check_multiline_comments(student_module):