Skip to content

Commit

Permalink
Remove some dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
alysbrooks committed May 6, 2023
1 parent 3a518d1 commit 048dd48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/kaocha/api.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[kaocha.history :as history]
[kaocha.output :as output]
[kaocha.plugin :as plugin]
[kaocha.report] ;; required for resolve?
;; [kaocha.report] ;; required for resolve?
[kaocha.result :as result]
[kaocha.util :as util]
[kaocha.stacktrace :as stacktrace]
Expand Down
3 changes: 1 addition & 2 deletions src/kaocha/assertions.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
[clojure.test :as t]
[kaocha.report :as report]
[lambdaisland.deep-diff2.puget.color :as color]
[clojure.string :as str]
#_[slingshot.slingshot :refer [try+ throw+]]))
[clojure.string :as str]))

(defmethod t/assert-expr 'substring? [msg form]
(let [[_ s1 s2] form]
Expand Down

0 comments on commit 048dd48

Please sign in to comment.