summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/02_replicate_row.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/02_replicate_row.t b/t/02_replicate_row.t
index 0cf32309f..5004d0726 100644
--- a/t/02_replicate_row.t
+++ b/t/02_replicate_row.t
@@ -17,7 +17,7 @@ my $cp = CP_Testing->new( {default_action => 'replicate-row'} );
$dbh = $cp->test_database_handle();
$dbh2 = $cp->get_fresh_dbh({dbname=>'ardala'});
-my $S = q{Action 'replicate_rows'};
+my $S = q{Action 'replicate_row'};
my $label = 'POSTGRES_REPLICATE_ROW';
$SQL = q{CREATE TABLE reptest(id INT, foo TEXT)};