adjusted path for source resource in unit test

This commit is contained in:
Claudio Atzori 2020-03-27 13:45:10 +01:00
parent 8c9a56a0c8
commit e196fff212
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class SparkGraphImporterJobTest {
new SparkGraphImporterJob().runWith(
spark,
getClass().getResource("/eu/dnetlib/dhp/graph/sample").getPath(),
getClass().getResource("/eu/dnetlib/dhp/oa/graph/sample").getPath(),
TEST_DB_NAME);
GraphMappingUtils.types.forEach((name, clazz) -> {