Skip to content

Commit dfc55c9

Browse files
authored
Update core/data/src/test/kotlin/com/google/samples/apps/nowinandroid/core/data/repository/OfflineFirstTopicsRepositoryTest.kt
1 parent b651b2e commit dfc55c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ class OfflineFirstTopicsRepositoryTest {
6767
@Test
6868
fun offlineFirstTopicsRepository_topics_stream_is_backed_by_topics_dao() =
6969
testScope.runTest {
70-
// After sync, topicDao.getTopicEntities().first() and subject.getTopics().first()
7170
// will return non-empty lists.
7271
subject.syncWith(synchronizer)
7372

0 commit comments

Comments
 (0)