Skip to content

Commit

Permalink
Merge pull request #98 from android/alabiaga-patch
Browse files Browse the repository at this point in the history
Update TestRepository.kt
  • Loading branch information
alabiaga authored Oct 3, 2024
2 parents 80ef8a3 + 7493239 commit 62dbb26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ fun createTestRepository(): ChatRepository {
notificationHelper = NotificationHelper(context),
widgetModelRepository = WidgetModelRepository(database.widgetDao(), CoroutineScope(SupervisorJob() + Dispatchers.Default), context),
coroutineScope = CoroutineScope(SupervisorJob() + Dispatchers.Default),
appContext = InstrumentationRegistry.getInstrumentation().targetContext,
)
}

0 comments on commit 62dbb26

Please sign in to comment.