mirror of
https://github.com/bitwarden/android.git
synced 2026-06-02 02:36:58 -05:00
Rename other navigation extensions per new naming convention (#134)
This commit is contained in:
@@ -66,7 +66,7 @@ class RootNavScreenTest : BaseComposeTest() {
|
||||
rootNavStateFlow.value = RootNavState.Auth
|
||||
composeTestRule.runOnIdle {
|
||||
fakeNavHostController.assertLastNavigation(
|
||||
route = "auth",
|
||||
route = "auth_graph",
|
||||
navOptions = expectedNavOptions,
|
||||
)
|
||||
}
|
||||
@@ -76,7 +76,7 @@ class RootNavScreenTest : BaseComposeTest() {
|
||||
rootNavStateFlow.value = RootNavState.VaultUnlocked
|
||||
composeTestRule.runOnIdle {
|
||||
fakeNavHostController.assertLastNavigation(
|
||||
route = "VaultUnlocked",
|
||||
route = "vault_unlocked_graph",
|
||||
navOptions = expectedNavOptions,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user