Improve test coverage

This commit is contained in:
mauriziovitale84
2016-09-22 17:06:17 +01:00
parent 63a7b27eed
commit a2e5bca63e
2 changed files with 18 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ export class ActivitiTaskList implements OnInit, OnChanges {
/**
* Select the first task of a tasklist if present
*/
private selectFirstTask() {
selectFirstTask() {
if (!this.isTaskListEmpty()) {
this.currentTaskId = this.data.getRows()[0].getValue('id');
} else {