Skip to content

Commit

Permalink
Codemeta context does not define 'contributor' with a '@list' container
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Jul 3, 2024
1 parent 5343438 commit 06b382b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/persons.js
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ describe('One contributor with a role', function () {
},
{
"type": "schema:Role",
"schema:contributor": {
"contributor": {
"type": "Person",
"givenName": "Jane"
},
Expand All @@ -1035,7 +1035,7 @@ describe('One contributor with a role', function () {
},
{
"type": "Role",
"schema:contributor": {
"contributor": {
"type": "Person",
"givenName": "Jane"
},
Expand Down

0 comments on commit 06b382b

Please sign in to comment.