Skip to content

Commit

Permalink
Adding test case where pg does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Mar 28, 2024
1 parent 2f1cc84 commit 65e4025
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/sql/create_pg/describe_pg.test
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,9 @@ person_workAt_Organisation workat_organisation false Person [id] [PersonId] Orga
Person_hasInterest_Tag hasinterest false Person [id] [PersonId] Tag [id] [TagId] NULL NULL
Forum_hasTag_Tag forum_hastag false Forum [id] [ForumId] Tag [id] [TagId] NULL NULL
Forum_hasMember_Person hasmember false Forum [id] [ForumId] Person [id] [PersonId] NULL NULL
Person_knows_person knows false Person [id] [Person1Id] Person [id] [Person2Id] NULL NULL
Person_knows_person knows false Person [id] [Person1Id] Person [id] [Person2Id] NULL NULL

statement error
-DESCRIBE PROPERTY GRAPH pgdoesnotexist;
----
Invalid Error: Property graph pgdoesnotexist does not exist.

0 comments on commit 65e4025

Please sign in to comment.