Update BackgroundServicesTest

staging
ekager 5 years ago committed by Emily Kager
parent c43f96096e
commit 6e907b1106

@ -33,7 +33,7 @@ import org.mozilla.fenix.isInExperiment
class BackgroundServicesTest {
class TestableBackgroundServices(
val context: Context
) : BackgroundServices(context, mockk(), mockk(), mockk()) {
) : BackgroundServices(context, mockk(), mockk(), mockk(), mockk(), mockk()) {
override fun makeAccountManager(
context: Context,
serverConfig: ServerConfig,

Loading…
Cancel
Save