summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/000-load.t2
-rw-r--r--t/001-channels-and-outputs.t2
2 files changed, 2 insertions, 2 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;
diff --git a/t/001-channels-and-outputs.t b/t/001-channels-and-outputs.t
index 1927b30..c4e11ae 100644
--- a/t/001-channels-and-outputs.t
+++ b/t/001-channels-and-outputs.t
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
use strict;
use warnings;
-use Test::More tests => 1;
+use Test::More tests => 13;
use Test::Deep;
use Log::Dispatch::ToString;