Skip to content

Commit aae5bc2

Browse files
committed
fix test count in basic test
1 parent 8cdf9ee commit aae5bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/basic.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ else {
4545
}
4646

4747
use Test;
48-
plan tests => 54;
48+
plan tests => 46;
4949

5050
my $greeting = <DAEMON>;
5151
$greeting =~ /(<[^>]+>)/;

0 commit comments

Comments
 (0)