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