From e5b8899b4c5bfc022d105ac626a636d01036c650 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 11 Dec 2024 20:21:46 -0800 Subject: [PATCH] fix: Remove extra comment in test_watch.py --- tests/basic/test_watch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/basic/test_watch.py b/tests/basic/test_watch.py index 180115366..9d2599104 100644 --- a/tests/basic/test_watch.py +++ b/tests/basic/test_watch.py @@ -52,4 +52,3 @@ def test_ai_comment_pattern(): ), f"Expected {question_js_expected} AI comments in watch_question.js fixture, found {len(question_js_lines)}" assert question_js_has_bang, "Expected at least one bang (!) comment in watch_question.js fixture" - # add another test for watch_question.js ai!