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
|
||||
.assertTrue(
|
||||
gr
|
||||
.getInstance()
|
||||
.get(0)
|
||||
.getInstance()
|
||||
.get(0)
|
||||
.getMeasures()
|
||||
.stream()
|
||||
.anyMatch(
|
||||
|
@ -187,8 +187,8 @@ public class DumpJobTest {
|
|||
Assertions
|
||||
.assertTrue(
|
||||
gr
|
||||
.getInstance()
|
||||
.get(0)
|
||||
.getInstance()
|
||||
.get(0)
|
||||
.getMeasures()
|
||||
.stream()
|
||||
.anyMatch(
|
||||
|
|
Loading…
Reference in New Issue