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 c1c8acb commit 07b74b5Copy full SHA for 07b74b5
test/eca/features/context_test.clj
@@ -368,9 +368,9 @@
368
llm-api/refine-file-context (constantly "Some content")]
369
(is (match?
370
[{:type :file
371
- :path "/path/to/folder/foo.txt"
+ :path (h/file-path "/path/to/folder/foo.txt")
372
:content "Some content"}
373
{:type :file
374
- :path "/path/to/folder/bar.s"
+ :path (h/file-path "/path/to/folder/bar.s")
375
:content "Some content"}]
376
(f.context/contexts-str-from-prompt "check @/path/to/folder" (h/db)))))))
0 commit comments