Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Longley <[email protected]>
  • Loading branch information
gkellogg and dlongley committed Mar 6, 2024
1 parent d3597d3 commit 61f07cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/expand-manifest.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@
"@id": "#ter56",
"@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ],
"name": "Invalid redefinition of @context keyword.",
"purpose": "Verifies that an exception is raise when attempting to redefine @context.",
"purpose": "Verifies that an exception is raised when attempting to redefine @context.",
"input": "expand/er56-in.jsonld",
"expectErrorCode": "keyword redefinition"
}, {
Expand Down
2 changes: 1 addition & 1 deletion tests/toRdf-manifest.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2248,7 +2248,7 @@
"@id": "#ter56",
"@type": [ "jld:NegativeEvaluationTest", "jld:ToRDFTest" ],
"name": "Invalid redefinition of @context keyword.",
"purpose": "Verifies that an exception is raise when attempting to redefine @context.",
"purpose": "Verifies that an exception is raised when attempting to redefine @context.",
"input": "expand/er56-in.jsonld",
"expectErrorCode": "keyword redefinition"
}, {
Expand Down

0 comments on commit 61f07cb

Please sign in to comment.