aboutsummaryrefslogtreecommitdiff
path: root/t/07-keys.t
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-07-04 13:46:25 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-25 02:17:24 +0200
commitbb450bd96b02b48ed8b277fa0a6ca5c97037a680 (patch)
tree974bf72d443dbf0d1bffea29793becee806b43bc /t/07-keys.t
parent86d3fe57ceb163d9ff31d131568f4a9caca8bbc5 (diff)
Overhaul Config to 3.0.0
Diffstat (limited to 't/07-keys.t')
-rw-r--r--t/07-keys.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/07-keys.t b/t/07-keys.t
index 99bae81..ddc4fdf 100644
--- a/t/07-keys.t
+++ b/t/07-keys.t
@@ -19,6 +19,6 @@ my Config $c .= new.read: %(
my @keys = < a b c.a c.b >;
-is $c.keys, @keys, ".keys returns a list of all keys";
+is $c.keys.sort, @keys, ".keys returns a list of all keys";
# vim: ft=perl6 noet