summaryrefslogtreecommitdiff
path: root/test/index3.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/index3.test')
-rw-r--r--test/index3.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index3.test b/test/index3.test
index 161ddec..a9f9b7a 100644
--- a/test/index3.test
+++ b/test/index3.test
@@ -34,7 +34,7 @@ do_test index3-1.2 {
BEGIN;
CREATE UNIQUE INDEX i1 ON t1(a);
}
-} {1 {indexed columns are not unique}}
+} {1 {UNIQUE constraint failed: t1.a}}
do_test index3-1.3 {
catchsql COMMIT;
} {0 {}}