feat(join by alias) : add tests
This commit is contained in:
parent
c220fb085a
commit
14082bcd5b
5 changed files with 259 additions and 1 deletions
|
|
@ -29,8 +29,9 @@ open class JoinRoomByAddressStateProvider : PreviewParameterProvider<JoinRoomByA
|
|||
fun aJoinRoomByAddressState(
|
||||
address: String = "",
|
||||
addressState: RoomAddressState = RoomAddressState.Unknown,
|
||||
eventSink: (JoinRoomByAddressEvents) -> Unit = {},
|
||||
) = JoinRoomByAddressState(
|
||||
address = address,
|
||||
addressState = addressState,
|
||||
eventSink = {}
|
||||
eventSink = eventSink
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue