summaryrefslogtreecommitdiff
path: root/test/rollback.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/rollback.test')
-rw-r--r--test/rollback.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rollback.test b/test/rollback.test
index fc123ab..c339c5d 100644
--- a/test/rollback.test
+++ b/test/rollback.test
@@ -54,7 +54,7 @@ ifcapable conflict {
catchsql {
INSERT INTO t3 SELECT a FROM t1;
}
- } {1 {column a is not unique}}
+ } {1 {UNIQUE constraint failed: t3.a}}
# Try to continue with the SELECT statement
#