aboutsummaryrefslogtreecommitdiff
path: root/t/02-getting.t
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-11-15 09:22:32 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-11-16 16:05:43 +0100
commitb5202e655b887bb563accbce8fa130616861e08c (patch)
treec910ff66574682703755b201e0020a179d99e3fa /t/02-getting.t
parent44e8b969f4232a659b08bcc145b9dc41d4ecef07 (diff)
Update tests
Diffstat (limited to 't/02-getting.t')
-rw-r--r--t/02-getting.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/02-getting.t b/t/02-getting.t
index b7ffbfe..e7e65b8 100644
--- a/t/02-getting.t
+++ b/t/02-getting.t
@@ -7,9 +7,9 @@ plan 13;
use Config;
-my Config $config = Config.new();
+my Config $config = Config.new;
-$config.read({
+$config.=read({
a => "a",
b => {
c => "c"