Added test for ActionTiming.Tasks

This commit is contained in:
adragusin
2019-11-07 13:59:20 +02:00
committed by Dan Christian Bogos
parent 8aded13e27
commit 3a64f321eb
3 changed files with 26 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ func (at *ActionTiming) Tasks() (tsks []*Task) {
ActionsID: at.ActionsID,
AccountID: acntID,
}
i++
}
return
}