aboutsummaryrefslogtreecommitdiff
path: root/t/01-read.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01-read.t')
-rw-r--r--t/01-read.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01-read.t b/t/01-read.t
index 5c15087..ab82b8c 100644
--- a/t/01-read.t
+++ b/t/01-read.t
@@ -10,7 +10,7 @@ plan 4;
my $config = Config.new();
-ok $config.read('t/files/config.toml'.IO), "File reading throws no error";
+ok $config.=read('t/files/config.toml'.IO), "File reading throws no error";
subtest "Contents match" => {
plan 2;