From 3c1075ca38ab9e6e81802bd3f6b3f7db909bb54e Mon Sep 17 00:00:00 2001 From: MOELWINTUN <311829776+kowinkhaing200-hue@users.noreply.github.com> Date: Fri, 14 Aug 2026 05:24:08 +0630 Subject: [PATCH] Revert "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 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)]