Skip to content

Commit f407b30

Browse files
committed
Minor: spell kaocha correctly in comments
1 parent f721a6e commit f407b30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps.edn

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

3939
:test-docs {:extra-paths ["target/test-doc-blocks/test"]}
4040

41-
;; koacha for clojure testing
41+
;; kaocha for clojure testing
4242
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.0.732"}
4343
lambdaisland/kaocha-junit-xml {:mvn/version "0.0.76"}
4444
lambdaisland/kaocha-cloverage {:mvn/version "1.0.75"}}

tests.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; koacha config for clj testing
1+
;; kaocha config for clj testing
22
#kaocha/v1
33
{:tests [#profile {:default {:id :unit
44
:source-paths ["src"]

0 commit comments

Comments
 (0)