diff options
Diffstat (limited to 'test/wal.test')
-rw-r--r-- | test/wal.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wal.test b/test/wal.test index c8078a1b9..743553867 100644 --- a/test/wal.test +++ b/test/wal.test @@ -322,7 +322,7 @@ do_test wal-5.4 { INSERT INTO t3 VALUES('abc'); } catchsql { INSERT INTO t3 VALUES('abc') } -} {1 {column x is not unique}} +} {1 {UNIQUE constraint failed: t3.x}} do_test wal-5.5 { execsql { COMMIT; |