Adding unit tests for AddPeoplePresenter
This commit is contained in:
parent
09f95f1e98
commit
77cbe0e67b
2 changed files with 43 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ import io.element.android.libraries.architecture.Presenter
|
|||
import javax.inject.Inject
|
||||
import javax.inject.Named
|
||||
|
||||
// TODO add unit tests
|
||||
class AddPeoplePresenter @Inject constructor(
|
||||
@Named(MULTI_SELECTION_USERS_VARIANT)
|
||||
private val selectUsersPresenter: SelectUsersPresenter,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue