Skip to content

Commit 1085e9d

Browse files
committed
Fix windows test
1 parent 4e38300 commit 1085e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/eca/features/context_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
(with-redefs [llm-api/refine-file-context (constantly "Some content")]
339339
(is (match?
340340
[{:type :file
341-
:path (h/file-path "/path/to/file")
341+
:path "/path/to/file"
342342
:lines-range {:start 1 :end 4}
343343
:content "Some content"}]
344344
(f.context/contexts-str-from-prompt "check @/path/to/file:L1-L4" (h/db)))))))

0 commit comments

Comments
 (0)