Skip to content

Commit 1407f62

Browse files
committed
move test to table function subfolder
1 parent 3e23b09 commit 1407f62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/sql/parse_tables.test renamed to test/sql/parse_tools/table_functions/parse_tables.test

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# name: test/sql/parse_tables.test
2-
# description: test parse_tables extension
1+
# name: test/sql/parser_tools/tables_functions/parse_tables.test
2+
# description: test parse_tables table function
33
# group: [parse_tables]
44

55
# Before we load the extension, this will fail
66
statement error
7-
SELECT parse_tables('select 1');
7+
SELECT * FROM parse_tables('SELECT * FROM my_table;');
88
----
9-
Catalog Error: Scalar Function with name parse_tables does not exist!
9+
Catalog Error: Table Function with name parse_tables does not exist!
1010

1111
# Require statement will ensure this test is run with this extension loaded
1212
require parser_tools

0 commit comments

Comments
 (0)