Skip to content

Commit 45298f2

Browse files
Fix tests
1 parent 4445389 commit 45298f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/malli/clj_kondo_test.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@
161161
#?(:clj
162162
(deftest fix-1083
163163
(clj-kondo/emit! {:key "value"})
164-
(let [data (edn/read-string (slurp (io/file ".clj-kondo/metosin/malli-types-clj/config.edn")))]
164+
(let [data (edn/read-string (slurp (io/file ".clj-kondo/imports/metosin/malli-types-clj/config.edn")))]
165165
(is (map? data))
166166
(is (= [:linters] (keys data))))))

0 commit comments

Comments
 (0)