forked from D-Net/dnet-hadoop
adjusted path for source resource in unit test
This commit is contained in:
parent
8c9a56a0c8
commit
e196fff212
|
@ -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) -> {
|
||||
|
|
Loading…
Reference in New Issue