2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/25980: Solve overload resolution ambiguity.

This commit is contained in:
mcarare 2022-07-12 15:46:42 +03:00 committed by mergify[bot]
parent 60226baaa1
commit 5677dced0c

View File

@ -224,7 +224,7 @@ class DefaultTabsTrayControllerTest {
assertTrue(dismissTrayInvoked)
verify(exactly = 0) { navController.popBackStack() }
verify(exactly = 0) { navController.popBackStack(any(), any()) }
verify(exactly = 0) { navController.popBackStack(any<Int>(), any()) }
verify(exactly = 0) { navController.navigate(any<Int>()) }
verify(exactly = 0) { navController.navigate(any<NavDirections>()) }
verify(exactly = 0) { navController.navigate(any<NavDirections>(), any<NavOptions>()) }