Skip to content

Commit 07b74b5

Browse files
committed
Fix windows unit tests
1 parent c1c8acb commit 07b74b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/eca/features/context_test.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,9 @@
368368
llm-api/refine-file-context (constantly "Some content")]
369369
(is (match?
370370
[{:type :file
371-
:path "/path/to/folder/foo.txt"
371+
:path (h/file-path "/path/to/folder/foo.txt")
372372
:content "Some content"}
373373
{:type :file
374-
:path "/path/to/folder/bar.s"
374+
:path (h/file-path "/path/to/folder/bar.s")
375375
:content "Some content"}]
376376
(f.context/contexts-str-from-prompt "check @/path/to/folder" (h/db)))))))

0 commit comments

Comments
 (0)