Fix mysql workbench tests

This commit is contained in:
Neil Macneale IV
2024-07-15 11:03:46 -07:00
parent 4bade522b4
commit 89ea4e487d
@@ -11,7 +11,7 @@ export const viewsTests = [
{
q: "SELECT * FROM ::tableName ::col0 LIMIT :limit OFFSET :offset",
p: { tableName: "dolt_schemas", col0: "id", limit: 10, offset: 0 },
expectedErr: "table not found: dolt_schemas",
res: [],
},
{
q: "CREATE VIEW ::name AS SELECT * FROM test",