small indentation fix
This commit is contained in:
parent
3ed79e3c2a
commit
4898ab4ef4
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
(deftest help-opt-test
|
(deftest help-opt-test
|
||||||
(is (every? #(str/includes? (test-utils/bb nil "help") %)
|
(is (every? #(str/includes? (test-utils/bb nil "help") %)
|
||||||
["Babashka v" "Help:"])))
|
["Babashka v" "Help:"])))
|
||||||
|
|
||||||
(deftest describe-opt-test
|
(deftest describe-opt-test
|
||||||
(is (every? (partial contains? (bb nil "describe"))
|
(is (every? (partial contains? (bb nil "describe"))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue