summaryrefslogtreecommitdiffstats
path: root/t/also.t
diff options
context:
space:
mode:
Diffstat (limited to 't/also.t')
-rw-r--r--t/also.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/also.t b/t/also.t
index 285a5aa..b671114 100644
--- a/t/also.t
+++ b/t/also.t
@@ -6,7 +6,7 @@ use Test::Fatal;
use lib 't/lib/also';
{
- use_ok('Bar::Conflicts');
+ require Bar::Conflicts;
is_deeply(
{ Bar::Conflicts->conflicts },
{
@@ -19,7 +19,7 @@ use lib 't/lib/also';
}
{
- use_ok('Bar::Conflicts2');
+ require Bar::Conflicts2;
is_deeply(
{ Bar::Conflicts2->conflicts },
{