[fenix] Update BackgroundServicesTest

pull/600/head
ekager 5 years ago committed by Emily Kager
parent f279306478
commit fba098576f

@ -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