|
|
@ -320,7 +320,7 @@ class OfflineFirstNewsRepositoryTest {
|
|
|
|
// Notifier should have been called with only news resources that have topics
|
|
|
|
// Notifier should have been called with only news resources that have topics
|
|
|
|
// that the user follows
|
|
|
|
// that the user follows
|
|
|
|
assertEquals(
|
|
|
|
assertEquals(
|
|
|
|
expected = followedNewsResourcesFromNetwork,
|
|
|
|
expected = followedNewsResourceIdsFromNetwork,
|
|
|
|
actual = notifier.addedNewsResources.first().map(NewsResource::id).sorted(),
|
|
|
|
actual = notifier.addedNewsResources.first().map(NewsResource::id).sorted(),
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|