Skip to content

Commit

Permalink
Applied code review suggestions
Browse files Browse the repository at this point in the history
Change-Id: I12fab8e0d27a8a1805e0063054ec3382bebd78f1
  • Loading branch information
tunjid committed Apr 25, 2023
1 parent b3f2502 commit 6b834b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class OfflineFirstNewsRepositoryTest {
// Notifier should have been called with only news resources that have topics
// that the user follows
assertEquals(
expected = followedNewsResourcesFromNetwork,
expected = followedNewsResourceIdsFromNetwork,
actual = notifier.addedNewsResources.first().map(NewsResource::id).sorted(),
)
}
Expand Down

0 comments on commit 6b834b6

Please sign in to comment.