Skip to content

Commit 9a44188

Browse files
committed
fix test assumption
1 parent efa073c commit 9a44188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sql/parse_tools/table_functions/parse_tables.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ SELECT * FROM parse_tables('SELECT 1;');
119119
statement error
120120
SELECT * FROM parse_tables('SELECT * FROM WHERE');
121121
----
122-
syntax error at or near \"WHERE\"","position":"14","error_subtype":"SYNTAX_ERROR
122+
Parser Error: syntax error at or near "WHERE"

0 commit comments

Comments
 (0)