Skip to content

Commit 9f5b04e

Browse files
committed
fix test count in 007_bugfixes.pl
1 parent cd7bde2 commit 9f5b04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/007_bugfixes.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use PostgresNode;
44
use Cluster;
55
use TestLib;
6-
use Test::More tests => 4;
6+
use Test::More tests => 5;
77

88
my $cluster = new Cluster(3);
99
$cluster->init();

0 commit comments

Comments
 (0)