Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix imports for
any()
and eq()
in NavigationActionsTest.kt
Imported the correct version of `any()` and `eq()` (`org.mockito.kotlin` instead of `org.mockito.Mockito` or `org.mockito.ArgumentMatcher`). This fixes the `navigateToTopLevelDestinations()` test that was wrongly throwing a `NullPointerException`.
- Loading branch information