File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/edu/kit/datamanager/ro_crate/context Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
21
21
import static org .junit .jupiter .api .Assertions .*;
22
22
23
- public class ContextTest {
23
+ public class RoCrateMetadataContextTest {
24
24
25
25
RoCrateMetadataContext context ;
26
26
RoCrateMetadataContext complexContext ;
@@ -32,7 +32,7 @@ void initContext() throws IOException {
32
32
33
33
final String crateManifestPath = "/crates/extendedContextExample/ro-crate-metadata.json" ;
34
34
ObjectMapper objectMapper = MyObjectMapper .getMapper ();
35
- JsonNode jsonNode = objectMapper .readTree (ContextTest .class .getResourceAsStream (crateManifestPath ));
35
+ JsonNode jsonNode = objectMapper .readTree (RoCrateMetadataContextTest .class .getResourceAsStream (crateManifestPath ));
36
36
this .complexContext = new RoCrateMetadataContext (jsonNode .get ("@context" ));
37
37
}
38
38
You can’t perform that action at this time.
0 commit comments