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 1 week ago
parent cedc689f1a
commit 56c4b24ae6

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

Loading…
Cancel
Save