[Graph Dump] Change test to mirror that measure is at the level of the isntance

beta
Miriam Baglioni 2 years ago
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…
Cancel
Save