Skip to content

Commit 928069b

Browse files
author
Bruce Hauman
committed
Fix pipeline tests: remove outdated clojure_edit_replace_comment_block assertions
1 parent 5115cb4 commit 928069b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/clojure_mcp/tools/form_edit/pipeline_test.clj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,7 @@
319319
*nrepl-client-atom*)]
320320
(is (true? (::sut/error pipeline-result)))
321321
(is (string? (::sut/message pipeline-result)))
322-
(is (str/includes? (::sut/message pipeline-result) "not supported for definition editing"))
323-
(is (str/includes? (::sut/message pipeline-result) "clojure_edit_replace_comment_block")))))
322+
(is (str/includes? (::sut/message pipeline-result) "not supported for definition editing")))))
324323

325324
(deftest docstring-edit-pipeline-test
326325
(testing "docstring-edit-pipeline updates docstring"
@@ -352,8 +351,7 @@
352351
*nrepl-client-atom*)]
353352
(is (true? (::sut/error pipeline-result)))
354353
(is (string? (::sut/message pipeline-result)))
355-
(is (str/includes? (::sut/message pipeline-result) "not supported for definition editing"))
356-
(is (str/includes? (::sut/message pipeline-result) "clojure_edit_replace_comment_block")))))
354+
(is (str/includes? (::sut/message pipeline-result) "not supported for definition editing")))))
357355

358356
(deftest comment-block-edit-pipeline-test
359357
(testing "comment-block-edit-pipeline edits line comment"

0 commit comments

Comments
 (0)