Split long line
This commit is contained in:
parent
cca195a1a5
commit
c90332bb6e
1 changed files with 6 additions and 3 deletions
|
|
@ -77,8 +77,11 @@ class DefaultPreferencesEntryPointTest {
|
|||
|
||||
@Test
|
||||
fun `test initial target to nav target mapping`() {
|
||||
assertThat(PreferencesEntryPoint.InitialTarget.Root.toNavTarget()).isEqualTo(PreferencesFlowNode.NavTarget.Root)
|
||||
assertThat(PreferencesEntryPoint.InitialTarget.NotificationSettings.toNavTarget()).isEqualTo(PreferencesFlowNode.NavTarget.NotificationSettings)
|
||||
assertThat(PreferencesEntryPoint.InitialTarget.NotificationTroubleshoot.toNavTarget()).isEqualTo(PreferencesFlowNode.NavTarget.TroubleshootNotifications)
|
||||
assertThat(PreferencesEntryPoint.InitialTarget.Root.toNavTarget())
|
||||
.isEqualTo(PreferencesFlowNode.NavTarget.Root)
|
||||
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