Skip to content

Commit

Permalink
Updating the location of the v3 manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Sep 9, 2024
1 parent be2b932 commit 8b579df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void testWorkshopManifest() throws IOException, IDConflictException, Malf

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

String tShortId = "short_id";
try {
Expand Down

0 comments on commit 8b579df

Please sign in to comment.