aboutsummaryrefslogtreecommitdiff
path: root/src/test/subscription/t/021_twophase.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/subscription/t/021_twophase.pl')
-rw-r--r--src/test/subscription/t/021_twophase.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/subscription/t/021_twophase.pl b/src/test/subscription/t/021_twophase.pl
index 88ef341825b..aacc0fcf462 100644
--- a/src/test/subscription/t/021_twophase.pl
+++ b/src/test/subscription/t/021_twophase.pl
@@ -6,7 +6,7 @@ use strict;
use warnings;
use PostgreSQL::Test::Cluster;
use PostgreSQL::Test::Utils;
-use Test::More tests => 24;
+use Test::More;
###############################
# Setup
@@ -359,3 +359,5 @@ is($result, qq(0), 'check replication origin was dropped on subscriber');
$node_subscriber->stop('fast');
$node_publisher->stop('fast');
+
+done_testing();