Skip to content

Commit fa53208

Browse files
authored
Update OfflineFirstNewsRepositoryTest.kt
Remove the comments. A similar comment wasn't accpeted in my last PR.
1 parent 798b941 commit fa53208

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ class OfflineFirstNewsRepositoryTest {
8989
@Test
9090
fun offlineFirstNewsRepository_news_resources_stream_is_backed_by_news_resource_dao() =
9191
testScope.runTest {
92-
// After sync, newsResourceDao.getNewsResources().first() and
93-
// subject.getNewsResources().first() will return non-empty lists.
9492
subject.syncWith(synchronizer)
9593

9694
assertEquals(

0 commit comments

Comments
 (0)