We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2e208 commit 4c79816Copy full SHA for 4c79816
test/eca/features/context_test.clj
@@ -331,14 +331,14 @@
331
(with-redefs [llm-api/refine-file-context (constantly "Some content")]
332
(is (match?
333
[{:type :file
334
- :path (h/file-path "/path/to/file")
+ :path "/path/to/file"
335
:content "Some content"}]
336
(f.context/contexts-str-from-prompt "check @/path/to/file" (h/db))))))
337
(testing "Context mention with lines range"
338
339
340
341
342
:partial true
343
344
(f.context/contexts-str-from-prompt "check @/path/to/file:L1-L4" (h/db)))))))
0 commit comments