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/05-null-parser.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/05-null-parser.t') diff --git a/t/05-null-parser.t b/t/05-null-parser.t index fc3d4b2..5fafe49 100644 --- a/t/05-null-parser.t +++ b/t/05-null-parser.t @@ -17,7 +17,7 @@ Config::Parser::NULL.set-config({ my Config $config = Config.new; -ok $config.read('t/files/config'.IO, Config::Parser::NULL), "Attempt to read a file with Config::Parser::NULL"; +ok $config.=read('t/files/config'.IO, Config::Parser::NULL), "Attempt to read a file with Config::Parser::NULL"; is-deeply $config.get, { "a" => "a", -- cgit v1.1