summaryrefslogtreecommitdiff
path: root/test/index4.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/index4.test')
-rw-r--r--test/index4.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index4.test b/test/index4.test
index 018ed74..4fbfa52 100644
--- a/test/index4.test
+++ b/test/index4.test
@@ -120,7 +120,7 @@ do_execsql_test 2.1 {
}
do_catchsql_test 2.2 {
CREATE UNIQUE INDEX i3 ON t2(x);
-} {1 {indexed columns are not unique}}
+} {1 {UNIQUE constraint failed: t2.x}}
finish_test