aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/commit_ts/t/001_base.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/modules/commit_ts/t/001_base.pl')
-rw-r--r--src/test/modules/commit_ts/t/001_base.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/modules/commit_ts/t/001_base.pl b/src/test/modules/commit_ts/t/001_base.pl
index 0c504421d44..16f0f122534 100644
--- a/src/test/modules/commit_ts/t/001_base.pl
+++ b/src/test/modules/commit_ts/t/001_base.pl
@@ -6,11 +6,11 @@
use strict;
use warnings;
-use TestLib;
+use PostgreSQL::Test::Utils;
use Test::More tests => 2;
-use PostgresNode;
+use PostgreSQL::Test::Cluster;
-my $node = PostgresNode->new('foxtrot');
+my $node = PostgreSQL::Test::Cluster->new('foxtrot');
$node->init;
$node->append_conf('postgresql.conf', 'track_commit_timestamp = on');
$node->start;