File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
test/clojure_mcp/tools/form_edit Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments