Skip to content

Commit

Permalink
Fix namespace definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedigergad committed Jan 14, 2024
1 parent 21e6f18 commit d72e1d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/cli4clj/test/example.clj
Expand Up @@ -16,8 +16,7 @@
[test :as test])
(cli4clj
[cli-tests :as cli-tests]
[example :as example])
[clojure.string :as str]))
[example :as example])))

(test/deftest simple-main-method-example-test
(let [test-cmd-input ["t"]
Expand Down

0 comments on commit d72e1d4

Please sign in to comment.