forked from D-Net/dnet-hadoop
chenged the test according to changes in SparkCOuntryPropagationJob2
This commit is contained in:
parent
16193cf0ba
commit
55e825acd4
|
@ -266,4 +266,5 @@ public class CountryPropagationJobTest {
|
||||||
.assertEquals(
|
.assertEquals(
|
||||||
7, countryExplodedWithCountryProvenance.filter("_2 = 'propagation'").count());
|
7, countryExplodedWithCountryProvenance.filter("_2 = 'propagation'").count());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue