From 6e907b1106edb0299e625a1de78b928c7d73b988 Mon Sep 17 00:00:00 2001 From: ekager Date: Fri, 8 Nov 2019 14:03:16 -0800 Subject: [PATCH] Update BackgroundServicesTest --- .../java/org/mozilla/fenix/components/BackgroundServicesTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/test/java/org/mozilla/fenix/components/BackgroundServicesTest.kt b/app/src/test/java/org/mozilla/fenix/components/BackgroundServicesTest.kt index a25eb84ca..ace9dbde9 100644 --- a/app/src/test/java/org/mozilla/fenix/components/BackgroundServicesTest.kt +++ b/app/src/test/java/org/mozilla/fenix/components/BackgroundServicesTest.kt @@ -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,