Update OfflineFirstNewsRepositoryTest.kt

Remove the comments. A similar comment wasn't accpeted in my last PR.
pull/1799/head
E Y H 9 months ago committed by GitHub
parent 798b941b75
commit fa532089e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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