Skip to content

Commit 8b579df

Browse files
committed
Updating the location of the v3 manifests
1 parent be2b932 commit 8b579df

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/test/java/uk/org/llgc/annotation/store/test/TestModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public void testWorkshopManifest() throws IOException, IDConflictException, Malf
129129

130130
@Test
131131
public void test30Manifest() throws IOException, IDConflictException, MalformedAnnotation {
132-
Map<String, Object> tManifestJson = (Map<String,Object>)JsonUtils.fromInputStream(new FileInputStream(getClass().getResource("/jsonld/manifests/3.0manifest.json").getFile()));
132+
Map<String, Object> tManifestJson = (Map<String,Object>)JsonUtils.fromInputStream(new FileInputStream(getClass().getResource("/jsonld/3.0/manifests/0001-mvm-image.json").getFile()));
133133

134134
String tShortId = "short_id";
135135
try {

0 commit comments

Comments
 (0)