aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/01-thing.t2
-rw-r--r--t/02-empty-source.t2
-rw-r--r--t/03-unit.t2
3 files changed, 3 insertions, 3 deletions
diff --git a/t/01-thing.t b/t/01-thing.t
index 4741929..ef674ec 100644
--- a/t/01-thing.t
+++ b/t/01-thing.t
@@ -4,7 +4,7 @@ use v6;
use lib 'lib';
use Test;
-use Hash::Merge;
+use Hash::Merge::Augment;
my %a;
my %b;
diff --git a/t/02-empty-source.t b/t/02-empty-source.t
index b404a63..2737d2d 100644
--- a/t/02-empty-source.t
+++ b/t/02-empty-source.t
@@ -6,7 +6,7 @@ use Test;
plan 3;
-use Hash::Merge;
+use Hash::Merge::Augment;
my Hash $hash = {
a => "a",
diff --git a/t/03-unit.t b/t/03-unit.t
index 43d70ff..5230398 100644
--- a/t/03-unit.t
+++ b/t/03-unit.t
@@ -2,7 +2,7 @@
use v6.c;
-use Hash::Merge::Unit;
+use Hash::Merge;
use Test;
plan 2;