fixed integration tests
This commit is contained in:
parent
4e3b397b28
commit
4b79662246
1 changed files with 1 additions and 5 deletions
|
@ -2885,11 +2885,7 @@ public class UseCasesIntegrationTest extends GuiIntegrationTest {
|
||||||
assertFalse(deleteExamCall.hasError());
|
assertFalse(deleteExamCall.hasError());
|
||||||
final EntityProcessingReport entityProcessingReport = deleteExamCall.get();
|
final EntityProcessingReport entityProcessingReport = deleteExamCall.get();
|
||||||
assertTrue(entityProcessingReport.getErrors().isEmpty());
|
assertTrue(entityProcessingReport.getErrors().isEmpty());
|
||||||
assertEquals(
|
assertTrue(entityProcessingReport.results.size() == 3);
|
||||||
"[EntityKey [modelId=5, entityType=INDICATOR], "
|
|
||||||
+ "EntityKey [modelId=4, entityType=EXAM_CONFIGURATION_MAP], "
|
|
||||||
+ "EntityKey [modelId=3, entityType=EXAM]]",
|
|
||||||
new LinkedHashSet<>(entityProcessingReport.getResults()).toString());
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue