File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/nimbus/android/src/test/java/org/mozilla/experiments/nimbus Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ class NimbusBuilderTest {
3535 }.build(
3636 appInfo,
3737 NimbusServerSettings (
38- remoteSettingsService = RemoteSettingsService (storageDir = " dummy" , config = RemoteSettingsConfig2 ()),
39- collection = " nimbus-preview" ,
38+ rsService = RemoteSettingsService (storageDir = " dummy" , config = RemoteSettingsConfig2 ()),
39+ collectionName = " nimbus-preview" ,
4040 ),
4141 ) as DummyNimbus
4242 assertTrue(n1.usePreviewCollection)
@@ -144,7 +144,7 @@ class DummyNimbus(
144144 var initialExperiments: Int? = null
145145
146146 val usePreviewCollection: Boolean
147- get() = serverSettings?.collection == " nimbus-preview"
147+ get() = serverSettings?.collectionName == " nimbus-preview"
148148
149149 override fun applyLocalExperiments (file : Int ): Job {
150150 initialExperiments = file
You can’t perform that action at this time.
0 commit comments