aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/parser/type.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/control/parser/type.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/test/lux/control/parser/type.lux b/stdlib/source/test/lux/control/parser/type.lux
index bbca8a8fe..a64688a8d 100644
--- a/stdlib/source/test/lux/control/parser/type.lux
+++ b/stdlib/source/test/lux/control/parser/type.lux
@@ -35,7 +35,7 @@
(def: primitive
(Random Type)
- (|> (random.ascii/alpha_num 1)
+ (|> (random.alpha_numeric 1)
(# random.monad each (function (_ name)
{.#Primitive name (list)}))))
@@ -305,8 +305,8 @@
(!expect (^.multi {try.#Success actual}
(n.= expected actual))))))
(do [! random.monad]
- [expected_name (random.and (random.ascii/alpha_num 1)
- (random.ascii/alpha_num 1))
+ [expected_name (random.and (random.alpha_numeric 1)
+ (random.alpha_numeric 1))
expected_type ..primitive]
(_.cover [/.named /.not_named]
(|> (/.result /.named