summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/001-channels-and-outputs.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/001-channels-and-outputs.t b/t/001-channels-and-outputs.t
index f531478..2ed856e 100644
--- a/t/001-channels-and-outputs.t
+++ b/t/001-channels-and-outputs.t
@@ -3,6 +3,8 @@ use strict;
use warnings;
use Test::More tests => 13;
use Test::Deep;
+use Log::Dispatch::Channels;
+use Log::Dispatch::Null;
my $logger = Log::Dispatch::Channels->new;
for my $channel (1..3) {