Rename datomish.places.import to datomish.places.importer to silence warnings.
This commit is contained in:
parent
1789b00b07
commit
f5f57da113
3 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
;; CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||
;; specific language governing permissions and limitations under the License.
|
||||
|
||||
(ns datomish.places.import
|
||||
(ns datomish.places.importer
|
||||
#?(:cljs
|
||||
(:require-macros
|
||||
[datomish.pair-chan :refer [go-pair <?]]
|
|
@ -15,7 +15,7 @@
|
|||
;; Issue #108 tracks removing this code from Datomish itself.
|
||||
;;
|
||||
|
||||
(ns datomish.places.import-test
|
||||
(ns datomish.places.importer-test
|
||||
#?(:cljs
|
||||
(:require-macros
|
||||
[datomish.pair-chan :refer [go-pair <?]]
|
||||
|
@ -25,7 +25,7 @@
|
|||
[datomish.tufte-stub :as tufte
|
||||
#?(:cljs :refer-macros :clj :refer) [p profile]]
|
||||
[datomish.api :as d]
|
||||
[datomish.places.import :as pi]
|
||||
[datomish.places.importer :as pi]
|
||||
[datomish.util :as util #?(:cljs :refer-macros :clj :refer) [raise cond-let]]
|
||||
[datomish.sqlite :as s]
|
||||
#?@(:clj [[datomish.jdbc-sqlite]
|
|
@ -4,7 +4,7 @@
|
|||
[cljs.test :as t :refer-macros [is are deftest testing]]
|
||||
datomish.schema-changes-test
|
||||
datomish.schema-management-test
|
||||
datomish.places.import-test
|
||||
datomish.places.importer-test
|
||||
datomish.promise-sqlite-test
|
||||
datomish.db-test
|
||||
datomish.query-test
|
||||
|
@ -21,7 +21,7 @@
|
|||
(doo-tests
|
||||
'datomish.schema-changes-test
|
||||
'datomish.schema-management-test
|
||||
'datomish.places.import-test
|
||||
'datomish.places.importer-test
|
||||
'datomish.promise-sqlite-test
|
||||
'datomish.db-test
|
||||
'datomish.query-test
|
||||
|
|
Loading…
Reference in a new issue