aboutsummaryrefslogtreecommitdiff
path: root/t/03-having.t
diff options
context:
space:
mode:
Diffstat (limited to 't/03-having.t')
-rw-r--r--t/03-having.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/03-having.t b/t/03-having.t
index c1779b0..636c03d 100644
--- a/t/03-having.t
+++ b/t/03-having.t
@@ -7,9 +7,9 @@ plan 4;
use Config;
-my Config $config = Config.new();
+my Config $config = Config.new;
-$config.read({
+$config.=read({
a => "a",
b => {
c => "c"