diff options
Diffstat (limited to 'src/test/subscription/t/009_matviews.pl')
-rw-r--r-- | src/test/subscription/t/009_matviews.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/subscription/t/009_matviews.pl b/src/test/subscription/t/009_matviews.pl index 8acbbce0a34..1ce696d4a43 100644 --- a/src/test/subscription/t/009_matviews.pl +++ b/src/test/subscription/t/009_matviews.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'); @@ -50,3 +50,5 @@ pass "materialized view data not replicated"; $node_subscriber->stop; $node_publisher->stop; + +done_testing(); |