Skip to content

Commit b3793ac

Browse files
committed
Update remote context
This make tests sucessfully again.
1 parent f2f1cf2 commit b3793ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/src/test/resources/custom/base-0001-in.jsonld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@context": [
3-
"https://raw.githubusercontent.com/monarch-initiative/monarch-app/master/conf/monarch-context.jsonld",
3+
"https://raw.githubusercontent.com/monarch-initiative/monarch-legacy/e337d87a563ec630aca45492f28a6564f980068b/conf/monarch-context.jsonld",
44
{
55
"@base": "http://example.org/base/",
66
"ex": "http://example.org/",
@@ -13,4 +13,4 @@
1313
"ex:name": "Jim",
1414
"ex:friendOf": "1234",
1515
"@type": "Person"
16-
}
16+
}

core/src/test/resources/custom/base-0002-in.jsonld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"@type": "@id"
88
}
99
},
10-
"https://raw.githubusercontent.com/monarch-initiative/monarch-app/master/conf/monarch-context.jsonld"
10+
"https://raw.githubusercontent.com/monarch-initiative/monarch-legacy/e337d87a563ec630aca45492f28a6564f980068b/conf/monarch-context.jsonld"
1111
],
1212
"@id": "3456",
1313
"ex:name": "Jim",
1414
"ex:friendOf": "1234",
1515
"@type": "Person"
16-
}
16+
}

0 commit comments

Comments
 (0)