Add test on DefaultSpaceEntryPoint
This commit is contained in:
parent
ba51b29d23
commit
a69cf58a5b
5 changed files with 115 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ class SpacePresenter(
|
|||
private val seenInvitesStore: SeenInvitesStore,
|
||||
) : Presenter<SpaceState> {
|
||||
@AssistedFactory
|
||||
interface Factory {
|
||||
fun interface Factory {
|
||||
fun create(inputs: SpaceEntryPoint.Inputs): SpacePresenter
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue