Skip to content

Commit

Permalink
test: fix e2e case
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Feb 16, 2024
1 parent 42c34b7 commit 74220a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/blog/store-default/post%2F2.nt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<http://localhost:9000/post/2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://localhost:9000/api/schema/Post> .
<http://localhost:9000/post/2> <http://www.w3.org/2000/01/rdf-schema#label> "My Post" .
<http://localhost:9000/post/2> <http://localhost:9000/api/schema/comments> <http://localhost:9000/post/2/comments> .
2 changes: 1 addition & 1 deletion test-e2e/blog/post/comment.hydra
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX schema: <http://schema.org/>

ENTRYPOINT "post/1"
ENTRYPOINT "post/2"

With Class api:Post {
Expect Property api:comments {
Expand Down

0 comments on commit 74220a5

Please sign in to comment.