aboutsummaryrefslogtreecommitdiff
path: root/src/test/subscription/t/007_ddl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/subscription/t/007_ddl.pl')
-rw-r--r--src/test/subscription/t/007_ddl.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/subscription/t/007_ddl.pl b/src/test/subscription/t/007_ddl.pl
index d1e8db3150c..1144b005f6d 100644
--- a/src/test/subscription/t/007_ddl.pl
+++ b/src/test/subscription/t/007_ddl.pl
@@ -6,7 +6,7 @@ use strict;
use warnings;
use PostgreSQL::Test::Cluster;
use PostgreSQL::Test::Utils;
-use Test::More tests => 1;
+use Test::More;
my $node_publisher = PostgreSQL::Test::Cluster->new('publisher');
$node_publisher->init(allows_streaming => 'logical');
@@ -43,3 +43,5 @@ pass "subscription disable and drop in same transaction did not hang";
$node_subscriber->stop;
$node_publisher->stop;
+
+done_testing();