Skip to content

Commit

Permalink
Merge pull request #1798 from eyhgpt/patch-1
Browse files Browse the repository at this point in the history
Update OfflineFirstTopicsRepositoryTest.kt
  • Loading branch information
dturner authored Jan 7, 2025
2 parents 21c14ef + b7973ee commit c6588b0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ class OfflineFirstTopicsRepositoryTest {
@Test
fun offlineFirstTopicsRepository_topics_stream_is_backed_by_topics_dao() =
testScope.runTest {
subject.syncWith(synchronizer)

assertEquals(
topicDao.getTopicEntities()
.first()
Expand Down

0 comments on commit c6588b0

Please sign in to comment.