try fix integration test for Java 8
This commit is contained in:
parent
30b0c93186
commit
1692a54588
1 changed files with 1 additions and 0 deletions
|
@ -2148,6 +2148,7 @@ public class UseCasesIntegrationTest extends GuiIntegrationTest {
|
|||
assertNotNull(conData);
|
||||
assertEquals(exam.id, conData.clientConnection.examId);
|
||||
assertFalse(conData.indicatorValues.isEmpty());
|
||||
assertTrue(conData.indicatorValues.size() == 2);
|
||||
final IndicatorValue indicatorValue = conData.indicatorValues.get(0);
|
||||
assertEquals("1", String.valueOf(indicatorValue.getIndicatorId())); // LAST_PING indicator
|
||||
|
||||
|
|
Loading…
Reference in a new issue