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.
adaptive-previews-device-classes
Don Turner 2 months ago committed by Eric Schmidt
parent 0f6e77deb6
commit 12b1f82e52

@ -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