aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/type/poly/json.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/type/poly/json.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/type/poly/json.lux b/stdlib/source/test/lux/type/poly/json.lux
index 00eec73fa..3e9c4cea1 100644
--- a/stdlib/source/test/lux/type/poly/json.lux
+++ b/stdlib/source/test/lux/type/poly/json.lux
@@ -120,5 +120,5 @@
Test
(<| (_.covering /._)
(_.for [/.codec]
- (for @.old (_.test "PLACEHOLDER" true)
+ (for @.old (_.property "PLACEHOLDER" true)
($codec.spec ..equivalence ..codec ..gen_record)))))