aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts/t/091_reindexdb_all.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/scripts/t/091_reindexdb_all.pl')
-rw-r--r--src/bin/scripts/t/091_reindexdb_all.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/scripts/t/091_reindexdb_all.pl b/src/bin/scripts/t/091_reindexdb_all.pl
index 34174e4d71a..acb24189765 100644
--- a/src/bin/scripts/t/091_reindexdb_all.pl
+++ b/src/bin/scripts/t/091_reindexdb_all.pl
@@ -4,10 +4,10 @@
use strict;
use warnings;
-use PostgresNode;
+use PostgreSQL::Test::Cluster;
use Test::More tests => 2;
-my $node = PostgresNode->new('main');
+my $node = PostgreSQL::Test::Cluster->new('main');
$node->init;
$node->start;