Skip to content

Commit

Permalink
Fix mysql workbench tests
Browse files Browse the repository at this point in the history
  • Loading branch information
macneale4 committed Jul 15, 2024
1 parent 4bade52 commit 89ea4e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 89ea4e4

Please sign in to comment.