Skip to content

Commit b1b55e5

Browse files
committed
tests: refactor folder name
1 parent 26d67bf commit b1b55e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration-test/entrypoint.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
(def namespaces
88
'[integration.initialize-test
9-
integration.chat-openai-test])
9+
integration.chat.openai-test])
1010

1111
(defn timeout [timeout-ms callback]
1212
(let [fut (future (callback))

integration-test/integration/chat_openai_test.clj renamed to integration-test/integration/chat/openai_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(ns integration.chat-openai-test
1+
(ns integration.chat.openai-test
22
(:require
33
[clojure.test :refer [deftest is testing]]
44
[integration.eca :as eca]

0 commit comments

Comments
 (0)