From 7cabd0a7312d673f6793eb890c2280daf056489e Mon Sep 17 00:00:00 2001 From: shaun Date: Fri, 7 Aug 2026 10:21:50 -0500 Subject: [PATCH] fix copy error: "Atom schema" -> "Volatile schemas" --- test/cljc/schema/core_test.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]