Update NiaAppStateTest to use new InterestsNavKey

The `NiaAppStateTest` is updated to align with the changes in `InterestsNavKey`, which now requires a `topicId` argument. The test now uses `InterestsNavKey(null)` to correctly represent the top-level interests destination.
pull/2003/head
Don Turner 2 weeks ago
parent cedc689f1a
commit 56c4b24ae6

@ -117,7 +117,7 @@ class NiaAppStateTest {
assertEquals(3, navigationState.topLevelKeys.size) assertEquals(3, navigationState.topLevelKeys.size)
assertEquals( assertEquals(
setOf(ForYouNavKey, BookmarksNavKey, InterestsNavKey), setOf(ForYouNavKey, BookmarksNavKey, InterestsNavKey(null)),
navigationState.topLevelKeys, navigationState.topLevelKeys,
) )
} }

Loading…
Cancel
Save