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