Skip to content

Commit

Permalink
Paren fix in ns :require
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesperber committed Feb 19, 2024
1 parent a9453a8 commit 47e3b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/active/data/realm/schema_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[active.data.realm.schema :refer [schema]]
[schema.core :as schema]
#?(:cljs [cljs.test :refer (deftest is testing)])
#?(:clj [clojure.test :refer (deftest is testing)]))
#?(:cljs (:require-macros [cljs.test :refer (is deftest run-tests testing)])))
#?(:clj [clojure.test :refer (deftest is testing)])
#?(:cljs (:require-macros [cljs.test :refer (is deftest run-tests testing)]))))

(deftest builtin-scalar-realm-test
(is (some? (schema/validate (schema realm/int)
Expand Down

0 comments on commit 47e3b01

Please sign in to comment.