Merge pull request #1799 from eyhgpt/patch-1

Update OfflineFirstNewsRepositoryTest.kt
pull/1770/head
Don Turner 8 months ago committed by GitHub
commit d35dc6cba8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -89,6 +89,7 @@ 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 {
subject.syncWith(synchronizer)
assertEquals( assertEquals(
newsResourceDao.getNewsResources() newsResourceDao.getNewsResources()
.first() .first()

Loading…
Cancel
Save