Skip to content

Commit fa6824c

Browse files
committed
Fix integration tests
1 parent bd28983 commit fa6824c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

integration-test/entrypoint.clj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
[llm-mock.server :as llm-mock.server]))
66

77
(def namespaces
8-
'[;integration.initialize-test
9-
;integration.chat.openai-test
10-
;integration.chat.anthropic-test
11-
;integration.chat.ollama-test
12-
integration.chat.custom-provider-test
13-
])
8+
'[integration.initialize-test
9+
integration.chat.openai-test
10+
integration.chat.anthropic-test
11+
integration.chat.ollama-test
12+
integration.chat.custom-provider-test])
1413

1514
(defn timeout [timeout-ms callback]
1615
(let [fut (future (callback))

0 commit comments

Comments
 (0)