forked from D-Net/dnet-hadoop
[Graph Dump] Change test to mirror that measure is at the level of the isntance
This commit is contained in:
parent
1b79c0ee79
commit
0136a8c266
|
@ -177,8 +177,8 @@ public class DumpJobTest {
|
||||||
Assertions
|
Assertions
|
||||||
.assertTrue(
|
.assertTrue(
|
||||||
gr
|
gr
|
||||||
.getInstance()
|
.getInstance()
|
||||||
.get(0)
|
.get(0)
|
||||||
.getMeasures()
|
.getMeasures()
|
||||||
.stream()
|
.stream()
|
||||||
.anyMatch(
|
.anyMatch(
|
||||||
|
@ -187,8 +187,8 @@ public class DumpJobTest {
|
||||||
Assertions
|
Assertions
|
||||||
.assertTrue(
|
.assertTrue(
|
||||||
gr
|
gr
|
||||||
.getInstance()
|
.getInstance()
|
||||||
.get(0)
|
.get(0)
|
||||||
.getMeasures()
|
.getMeasures()
|
||||||
.stream()
|
.stream()
|
||||||
.anyMatch(
|
.anyMatch(
|
||||||
|
|
Loading…
Reference in New Issue