diff options
Diffstat (limited to 't')
-rw-r--r-- | t/tests/test2/compare-bag.t (renamed from t/tests/compare-bag.t) | 1 | ||||
-rw-r--r-- | t/tests/test2/morecompare.t (renamed from t/tests/morecompare.t) | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/t/tests/compare-bag.t b/t/tests/test2/compare-bag.t index 7c71639..80a7bc3 100644 --- a/t/tests/compare-bag.t +++ b/t/tests/test2/compare-bag.t @@ -2,6 +2,7 @@ use strict; use warnings; use 5.020; +use lib 't/lib'; use Test2::Bundle::Extended -target => 'Test2::Compare::Bag'; isa_ok($CLASS, 'Test2::Compare::Base'); diff --git a/t/tests/morecompare.t b/t/tests/test2/morecompare.t index 1755fa9..ea85a18 100644 --- a/t/tests/morecompare.t +++ b/t/tests/test2/morecompare.t @@ -3,6 +3,7 @@ use strict; use warnings; use 5.020; use Test2::Bundle::Extended; +use lib 't/lib'; use Test2::Tools::MoreCompare qw(bag call_list); use Test2::API qw(intercept); |