Applied code review suggestions

Change-Id: I12fab8e0d27a8a1805e0063054ec3382bebd78f1
pull/649/head
Adetunji Dahunsi 2 years ago
parent b3f2502ec2
commit 6b834b6f4c

@ -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(),
) )
} }

Loading…
Cancel
Save