From 2a2d512462e5b3a5a88713464e0bbee6d5f6bd9a Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 17 Nov 2020 09:34:17 +0100 Subject: Update test to pass with latest Config --- t/01-read.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.1