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