diff --git a/calculator/test_calculator.py b/calculator/test_calculator.py
index a11eff615a7101489725cdee6eaadde87504274b..61e016866b003d42c6f07fd1f44292d20172a9c5 100644
--- a/calculator/test_calculator.py
+++ b/calculator/test_calculator.py
@@ -55,4 +55,4 @@ def test_evaluation(setup):
     assert calc('4 / 2') == 2
     assert calc("5 - 3") == 2
     # À toi de tester la fonction __call__ de Calculator.
-    # Essaie de tester tous les opérateurs.
\ No newline at end of file
+    # Essaie de tester tous les opérateurs.