Update OfflineFirstNewsRepositoryTest.kt

Remove the comments. A similar comment wasn't accpeted in my last PR.
pull/1837/head
E Y H 8 months ago committed by GitHub
parent 75e3bf0a9f
commit 818fa86075

@ -89,8 +89,6 @@ class OfflineFirstNewsRepositoryTest {
@Test @Test
fun offlineFirstNewsRepository_news_resources_stream_is_backed_by_news_resource_dao() = fun offlineFirstNewsRepository_news_resources_stream_is_backed_by_news_resource_dao() =
testScope.runTest { testScope.runTest {
// After sync, newsResourceDao.getNewsResources().first() and
// subject.getNewsResources().first() will return non-empty lists.
subject.syncWith(synchronizer) subject.syncWith(synchronizer)
assertEquals( assertEquals(

Loading…
Cancel
Save