mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 00:45:37 +01:00
Remove semicolon from test
This commit is contained in:
@@ -210,4 +210,4 @@ do_execsql_test_on_specific_db {:memory:} alter-table-add-notnull-col {
|
||||
CREATE TABLE t (a);
|
||||
ALTER TABLE t ADD b NOT NULL;
|
||||
SELECT sql FROM sqlite_schema WHERE type = 'table' AND name = 't';
|
||||
} {{CREATE TABLE t (a, b NOT NULL);}}
|
||||
} {{CREATE TABLE t (a, b NOT NULL)}}
|
||||
|
||||
Reference in New Issue
Block a user