Skip to content

Commit

Permalink
Fix typo in make_field tests (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt authored Dec 7, 2024
1 parent edbd108 commit 8d18f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conformance/system_macros/make_field.ion
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8d18f2f

Please sign in to comment.