From bd3bc6769547e89dc5d3e255aa4babc2cc5ffe48 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 4 Jul 2020 13:46:25 +0200 Subject: Overhaul Config to 3.0.0 --- t/07-keys.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/07-keys.t') 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 -- cgit v1.1