From ff2d62aa9dadc982364176419492ececec1434f9 Mon Sep 17 00:00:00 2001 From: rajajisai Date: Tue, 19 Aug 2025 23:11:10 -0400 Subject: [PATCH] update test --- testing/insert.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/insert.test b/testing/insert.test index aa58481bf..70c1c49bd 100755 --- a/testing/insert.test +++ b/testing/insert.test @@ -605,4 +605,4 @@ do_catchsql_test unknown-backtick-identifier-in-values-clause { do_execsql_test_in_memory_error_content null-insert-in-nulltype-column-notnull-constraint { CREATE TABLE test (id INTEGER,name NULL NOT NULL); INSERT INTO test (id, name) VALUES (1, NULL); -} {Runtime error: NOT NULL constraint failed:} \ No newline at end of file +} {NOT NULL constraint failed} \ No newline at end of file