From 8d18f2f66aa7bd43149fe8f11965c1135d39c476 Mon Sep 17 00:00:00 2001 From: Matthew Pope <81593196+popematt@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:22:08 -0800 Subject: [PATCH] Fix typo in make_field tests (#145) --- conformance/system_macros/make_field.ion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conformance/system_macros/make_field.ion b/conformance/system_macros/make_field.ion index 5e1b3a2..a29f498 100644 --- a/conformance/system_macros/make_field.ion +++ b/conformance/system_macros/make_field.ion @@ -52,7 +52,7 @@ (text "(:make_field foo 0)") (produces {foo:0} )) (then "an expression that produces a single value" - (text "(:make_field foo (:values foo))") + (text "(:make_field foo (:values 0))") (produces {foo:0} ))) (then "cannot be" (each "missing"