From 61f07cb701bcbef4e8d5880be5f90716dc8403ae Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Wed, 6 Mar 2024 11:45:39 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Dave Longley --- tests/expand-manifest.jsonld | 2 +- tests/toRdf-manifest.jsonld | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/expand-manifest.jsonld b/tests/expand-manifest.jsonld index 1585385d..04bc779d 100644 --- a/tests/expand-manifest.jsonld +++ b/tests/expand-manifest.jsonld @@ -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" }, { diff --git a/tests/toRdf-manifest.jsonld b/tests/toRdf-manifest.jsonld index 2a8ded6e..75639689 100644 --- a/tests/toRdf-manifest.jsonld +++ b/tests/toRdf-manifest.jsonld @@ -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" }, {