diff options
author | Eduardo Julian | 2022-10-24 19:28:57 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-10-24 19:28:57 -0400 |
commit | 8d4c256f8b56561869c14df02db695d774c74fa6 (patch) | |
tree | 3acdc7e92008bbe8a74e84610ea4daebd292678a /stdlib/source/test/lux/meta/version.lux | |
parent | 45c599e49ae2659331d13222948f7e755967fdf9 (diff) |
Minor naming & syntax improvements.
Diffstat (limited to 'stdlib/source/test/lux/meta/version.lux')
-rw-r--r-- | stdlib/source/test/lux/meta/version.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/meta/version.lux b/stdlib/source/test/lux/meta/version.lux index 2182f3197..7ed9789c0 100644 --- a/stdlib/source/test/lux/meta/version.lux +++ b/stdlib/source/test/lux/meta/version.lux @@ -38,7 +38,7 @@ Test (<| (_.covering /._) (with_expansions [<current> (/.current) - <fake> (static.random code.text (random.lower_case 1))]) + <fake> (static.random code.text (random.lower_cased 1))]) (all _.and (_.coverage [/.latest] (n.> 0 /.latest)) |