Skip to content

Commit

Permalink
Rename kaocha.platform.classpath back to kaocha.classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
alysbrooks committed Feb 13, 2023
1 parent bb84295 commit 226d732
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns kaocha.platform.classpath
(ns kaocha.classpath
"On babashka we use bb's version of add-classpath"
(:refer-clojure :exclude [add-classpath])
(:require [babashka.classpath :as bbcp]))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns kaocha.platform.classpath
(ns kaocha.classpath
"This is the add-classpath function from Pomegranate 1.0.0, extracted so we
don't need to pull in Aether."
(:refer-clojure :exclude [add-classpath])
Expand Down
2 changes: 1 addition & 1 deletion src/kaocha/testable.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[clojure.pprint :as pprint]
[clojure.spec.alpha :as spec]
[clojure.test :as t]
[kaocha.platform.classpath :as classpath]
[kaocha.classpath :as classpath]
[kaocha.hierarchy :as hierarchy]
[kaocha.history :as history]
[kaocha.output :as output]
Expand Down
2 changes: 1 addition & 1 deletion test/unit/kaocha/type/ns_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[kaocha.core-ext :refer :all]
[kaocha.testable :as testable]
[kaocha.test-helper]
[kaocha.platform.classpath :as classpath]
[kaocha.classpath :as classpath]
[kaocha.test-util :as util :refer [with-test-ctx]]
[kaocha.output :as output]))

Expand Down
2 changes: 1 addition & 1 deletion test/unit/kaocha/type/var_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[kaocha.test-factories :as f]
[kaocha.testable :as testable]
[kaocha.report :as report]
[kaocha.platform.classpath :as classpath]
[kaocha.classpath :as classpath]
[kaocha.test-helper]
[kaocha.core-ext :refer :all]
[kaocha.config :as config]
Expand Down

0 comments on commit 226d732

Please sign in to comment.