diff --git a/test/cljc/schema/core_test.cljc b/test/cljc/schema/core_test.cljc index 4b9a2f3a..3bafe2b1 100644 --- a/test/cljc/schema/core_test.cljc +++ b/test/cljc/schema/core_test.cljc @@ -437,7 +437,7 @@ (invalid! s (atom 1)))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; Volatile schemas +;;; Atom schemas (deftest volatile-test (let [s (s/volatile s/Str)]