aboutsummaryrefslogtreecommitdiff
path: root/t/05-null-parser.t
diff options
context:
space:
mode:
Diffstat (limited to 't/05-null-parser.t')
-rw-r--r--t/05-null-parser.t2
1 files changed, 1 insertions, 1 deletions
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",