You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/data/src/test/java/com/google/samples/apps/nowinandroid/core/data/repository/OfflineFirstNewsRepositoryTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,7 @@ class OfflineFirstNewsRepositoryTest {
320
320
// Notifier should have been called with only news resources that have topics
321
321
// that the user follows
322
322
assertEquals(
323
-
expected =followedNewsResourcesFromNetwork,
323
+
expected =followedNewsResourceIdsFromNetwork,
324
324
actual = notifier.addedNewsResources.first().map(NewsResource::id).sorted(),
0 commit comments