From b5202e655b887bb563accbce8fa130616861e08c Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 15 Nov 2020 09:22:32 +0100 Subject: Update tests --- t/08-unsetting.t.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/08-unsetting.t.t') diff --git a/t/08-unsetting.t.t b/t/08-unsetting.t.t index a13ef36..78753fc 100644 --- a/t/08-unsetting.t.t +++ b/t/08-unsetting.t.t @@ -9,7 +9,7 @@ use Config; my $config = Config.new; -$config.read: %( +$config.=read: %( a => "b", c => %( d => "e", -- cgit v1.1