Skip to content

Commit 874b662

Browse files
committed
Fix merge, we produce blank nodes now
1 parent 06b382b commit 874b662

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

cypress/integration/persons.js

+4-8
Original file line numberDiff line numberDiff line change
@@ -1006,15 +1006,13 @@ describe('One contributor with a role', function () {
10061006
"name": "My Test Software",
10071007
"contributor": [
10081008
{
1009+
"id": "_:contributor_1",
10091010
"type": "Person",
10101011
"givenName": "Jane"
10111012
},
10121013
{
10131014
"type": "schema:Role",
1014-
"contributor": {
1015-
"type": "Person",
1016-
"givenName": "Jane"
1017-
},
1015+
"contributor": "_:contributor_1",
10181016
"schema:roleName": "Developer",
10191017
"schema:startDate": "2024-03-04",
10201018
"schema:endDate": "2024-04-03"
@@ -1030,15 +1028,13 @@ describe('One contributor with a role', function () {
10301028
"name": "My Test Software",
10311029
"contributor": [
10321030
{
1031+
"id": "_:contributor_1",
10331032
"type": "Person",
10341033
"givenName": "Jane"
10351034
},
10361035
{
10371036
"type": "Role",
1038-
"contributor": {
1039-
"type": "Person",
1040-
"givenName": "Jane"
1041-
},
1037+
"contributor": "_:contributor_1",
10421038
"roleName": "Developer",
10431039
"startDate": "2024-03-04",
10441040
"endDate": "2024-04-03"

0 commit comments

Comments
 (0)