Split long line
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user