aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux/data/coll/dictionary.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/test/test/lux/data/coll/dictionary.lux (renamed from stdlib/test/test/lux/data/coll/dictionary/unordered.lux)2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/test/test/lux/data/coll/dictionary/unordered.lux b/stdlib/test/test/lux/data/coll/dictionary.lux
index 3476898b6..9c652ee7a 100644
--- a/stdlib/test/test/lux/data/coll/dictionary/unordered.lux
+++ b/stdlib/test/test/lux/data/coll/dictionary.lux
@@ -7,7 +7,7 @@
text/format
[number]
[maybe]
- (coll (dictionary ["&" unordered])
+ (coll ["&" dictionary]
[list "list/" Fold<List> Functor<List>]))
["r" math/random])
lux/test)