Skip to content

Commit

Permalink
fix tests wrong namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bortexz committed Sep 30, 2022
1 parent de92678 commit 6f39154
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/bortexz/tacos/timeseries_test.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns bortexz.tacos.timeseries-test
(:require [clojure.test :refer [deftest testing is are]]
[bortexz.tecniko.timeseries :as ts]
(:require [clojure.test :refer [deftest testing is]]
[bortexz.tacos.timeseries :as ts]
[clojure.data.avl :as avl]))

(deftest base-ops
Expand Down
4 changes: 2 additions & 2 deletions test/bortexz/tacos_test.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(ns bortexz.tacos-test
(:require [clojure.test :refer [deftest is]]
[bortexz.tecniko :as ta]
[bortexz.tacos :as ta]
[clojure.edn :as edn]
[bortexz.tecniko.timeseries :as ts]
[bortexz.tacos.timeseries :as ts]
[bortexz.utils.math :as umath]
[bortexz.graphcom :as g]))

Expand Down

0 comments on commit 6f39154

Please sign in to comment.