summaryrefslogtreecommitdiffstats
path: root/t/000-load.t
diff options
context:
space:
mode:
Diffstat (limited to 't/000-load.t')
-rw-r--r--t/000-load.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/000-load.t b/t/000-load.t
index 3202d89..29bbcab 100644
--- a/t/000-load.t
+++ b/t/000-load.t
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
use strict;
use warnings;
-use Test::More tests => 1;
+use Test::More tests => 2;
use_ok 'Log::Dispatch::Channels';
my $logger = Log::Dispatch::Channels->new;