1
0
Fork 0

Update BackgroundServicesTest

master
ekager 2019-11-08 14:03:16 -08:00 committed by Emily Kager
parent c43f96096e
commit 6e907b1106
1 changed files with 1 additions and 1 deletions

View File

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