aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/debug.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/debug.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/debug.lux b/stdlib/source/test/lux/debug.lux
index 4415a3798..2f94947a5 100644
--- a/stdlib/source/test/lux/debug.lux
+++ b/stdlib/source/test/lux/debug.lux
@@ -109,7 +109,7 @@
[sample_ratio $//ratio.random
sample_name ($//name.random 5 5)
sample_location $//location.random
- sample_type $//type.random
+ sample_type ($//type.random 0)
sample_code $//code.random
sample_xml $//xml.random
sample_json $//json.random]