Skip to content

Commit

Permalink
Update the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Dec 20, 2024
1 parent 901aa2b commit 377fe7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sql/scalar/weakly_connected_component.test
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ VERTEX TABLES (
statement error
select id, componentId from weakly_connected_component(pg_no_edge_table, student, non_existent_edge);
----
Invalid Error: Table non_existent_edge not found in property graph pg_no_edge_table
Invalid Error: Label 'non_existent_edge' not found in the property graph for a edge table.

statement ok
import database 'duckdb/data/SNB0.003';
Expand Down

0 comments on commit 377fe7e

Please sign in to comment.