Skip to content

Commit 6b834b6

Browse files
committed
Applied code review suggestions
Change-Id: I12fab8e0d27a8a1805e0063054ec3382bebd78f1
1 parent b3f2502 commit 6b834b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/data/src/test/java/com/google/samples/apps/nowinandroid/core/data/repository/OfflineFirstNewsRepositoryTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ class OfflineFirstNewsRepositoryTest {
320320
// Notifier should have been called with only news resources that have topics
321321
// that the user follows
322322
assertEquals(
323-
expected = followedNewsResourcesFromNetwork,
323+
expected = followedNewsResourceIdsFromNetwork,
324324
actual = notifier.addedNewsResources.first().map(NewsResource::id).sorted(),
325325
)
326326
}

0 commit comments

Comments
 (0)