Skip to content

Commit cc43316

Browse files
author
Amit Kapila
committed
1 parent b87ced7 commit cc43316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/subscription/t/035_conflicts.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
.*Key \(c\)=\(4\); existing local tuple \(4, 4, 4\); remote tuple \(2, 3, 4\)./,
7777
$log_offset);
7878

79-
pass('multiple_unique_conflicts detected during update');
79+
pass('multiple_unique_conflicts detected during insert');
8080

8181
# Truncate table to get rid of the error
8282
$node_subscriber->safe_psql('postgres', "TRUNCATE conf_tab;");
@@ -108,6 +108,6 @@
108108
.*Key \(c\)=\(8\); existing local tuple \(8, 8, 8\); remote tuple \(6, 7, 8\)./,
109109
$log_offset);
110110

111-
pass('multiple_unique_conflicts detected during insert');
111+
pass('multiple_unique_conflicts detected during update');
112112

113113
done_testing();

0 commit comments

Comments
 (0)