create room : improve handling of room address
This commit is contained in:
parent
a9c74e9243
commit
5c1a103818
19 changed files with 320 additions and 64 deletions
|
|
@ -26,7 +26,7 @@ import org.junit.Rule
|
|||
import org.junit.Test
|
||||
import java.util.Optional
|
||||
|
||||
class RoomAliasResolverPresenterTest {
|
||||
class RoomAliasHelperPresenterTest {
|
||||
@get:Rule
|
||||
val warmUpRule = WarmUpRule()
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ import org.junit.rules.TestRule
|
|||
import org.junit.runner.RunWith
|
||||
|
||||
@RunWith(AndroidJUnit4::class)
|
||||
class RoomAliasResolverViewTest {
|
||||
class RoomAliasHelperViewTest {
|
||||
@get:Rule val rule = createAndroidComposeRule<ComponentActivity>()
|
||||
|
||||
@Test
|
||||
Loading…
Add table
Add a link
Reference in a new issue