Skip to content

Commit

Permalink
Fixes unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pantstamp committed Jun 4, 2024
1 parent 0b90cc3 commit 96fb870
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import com.google.android.play.core.appupdate.AppUpdateOptions
import com.google.android.play.core.install.model.AppUpdateType
import com.google.android.play.core.install.model.InstallStatus
import com.google.android.play.core.install.model.UpdateAvailability
import kotlinx.coroutines.test.TestScope
import org.junit.Before
import org.junit.Test
import org.junit.runner.RunWith
Expand Down Expand Up @@ -82,6 +83,7 @@ class InAppUpdateManagerImplTest {

inAppUpdateManager = InAppUpdateManagerImpl(
applicationContext,
TestScope(),
appUpdateManager,
remoteConfigWrapper,
buildConfigWrapper,
Expand Down

0 comments on commit 96fb870

Please sign in to comment.