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 4e38300 commit 1085e9dCopy full SHA for 1085e9d
test/eca/features/context_test.clj
@@ -338,7 +338,7 @@
338
(with-redefs [llm-api/refine-file-context (constantly "Some content")]
339
(is (match?
340
[{:type :file
341
- :path (h/file-path "/path/to/file")
+ :path "/path/to/file"
342
:lines-range {:start 1 :end 4}
343
:content "Some content"}]
344
(f.context/contexts-str-from-prompt "check @/path/to/file:L1-L4" (h/db)))))))
0 commit comments