Split long line
This commit is contained in:
parent
61542f2080
commit
682e7928cf
1 changed files with 6 additions and 3 deletions
|
|
@ -77,8 +77,11 @@ class DefaultPreferencesEntryPointTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `test initial target to nav target mapping`() {
|
fun `test initial target to nav target mapping`() {
|
||||||
assertThat(PreferencesEntryPoint.InitialTarget.Root.toNavTarget()).isEqualTo(PreferencesFlowNode.NavTarget.Root)
|
assertThat(PreferencesEntryPoint.InitialTarget.Root.toNavTarget())
|
||||||
assertThat(PreferencesEntryPoint.InitialTarget.NotificationSettings.toNavTarget()).isEqualTo(PreferencesFlowNode.NavTarget.NotificationSettings)
|
.isEqualTo(PreferencesFlowNode.NavTarget.Root)
|
||||||
assertThat(PreferencesEntryPoint.InitialTarget.NotificationTroubleshoot.toNavTarget()).isEqualTo(PreferencesFlowNode.NavTarget.TroubleshootNotifications)
|
assertThat(PreferencesEntryPoint.InitialTarget.NotificationSettings.toNavTarget())
|
||||||
|
.isEqualTo(PreferencesFlowNode.NavTarget.NotificationSettings)
|
||||||
|
assertThat(PreferencesEntryPoint.InitialTarget.NotificationTroubleshoot.toNavTarget())
|
||||||
|
.isEqualTo(PreferencesFlowNode.NavTarget.TroubleshootNotifications)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue