Navigate to send graph properly (#616)

This commit is contained in:
David Perez
2024-01-15 08:46:59 -06:00
committed by GitHub
parent 691ff01f39
commit 7b8a10d7df
2 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ class VaultUnlockedNavBarScreenTest : BaseComposeTest() {
mutableEventFlow.tryEmit(VaultUnlockedNavBarEvent.NavigateToSendScreen)
runOnIdle {
fakeNavHostController.assertLastNavigation(
route = "send",
route = "send_graph",
navOptions = expectedNavOptions,
)
}