diff options
Diffstat (limited to 'src/test/subscription/t/016_stream_subxact.pl')
-rw-r--r-- | src/test/subscription/t/016_stream_subxact.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/subscription/t/016_stream_subxact.pl b/src/test/subscription/t/016_stream_subxact.pl index c00b6bcc478..f27f1694f29 100644 --- a/src/test/subscription/t/016_stream_subxact.pl +++ b/src/test/subscription/t/016_stream_subxact.pl @@ -6,7 +6,7 @@ use strict; use warnings; use PostgreSQL::Test::Cluster; use PostgreSQL::Test::Utils; -use Test::More tests => 2; +use Test::More; # Create publisher node my $node_publisher = PostgreSQL::Test::Cluster->new('publisher'); @@ -91,3 +91,5 @@ is($result, qq(1667|1667|1667), $node_subscriber->stop; $node_publisher->stop; + +done_testing(); |