Add test on DefaultSpaceEntryPoint

This commit is contained in:
Benoit Marty 2025-09-12 11:55:59 +02:00
parent ba51b29d23
commit a69cf58a5b
5 changed files with 115 additions and 4 deletions

View file

@ -37,7 +37,7 @@ class SpacePresenter(
private val seenInvitesStore: SeenInvitesStore,
) : Presenter<SpaceState> {
@AssistedFactory
interface Factory {
fun interface Factory {
fun create(inputs: SpaceEntryPoint.Inputs): SpacePresenter
}