diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/test/lux/macro/poly/json.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/macro/poly/json.lux b/stdlib/source/test/lux/macro/poly/json.lux index 6988adb4a..4b6718577 100644 --- a/stdlib/source/test/lux/macro/poly/json.lux +++ b/stdlib/source/test/lux/macro/poly/json.lux @@ -116,5 +116,5 @@ (def: #export test Test (<| (_.covering /._) - (_.with-cover [/.codec] - ($codec.spec ..equivalence ..codec ..gen-record)))) + (_.for [/.codec] + ($codec.spec ..equivalence ..codec ..gen-record)))) |