Skip to content

Commit 985c001

Browse files
committed
Fix expected output for alter_table_set_schema test - remove extra comment
1 parent 4cb017c commit 985c001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/regression/expected/alter_table_set_schema.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ERROR: relation "test_schema1.non_existent_table" does not exist
1313
-- Try to move a table to a non-existent schema
1414
ALTER TABLE test_schema1.duckdb_table SET SCHEMA non_existent_schema;
1515
ERROR: relation "test_schema1.duckdb_table" does not exist
16-
-- Test with temporary tables (these should work)
16+
-- Test with temporary tables
1717
CREATE TEMP TABLE temp_duckdb_table (
1818
id INT,
1919
name TEXT

0 commit comments

Comments
 (0)