Bug 1868165: Induce the Nightly population to submit the font list

fenix/122.0
Tom Ritter 6 months ago committed by mergify[bot]
parent 888e2e49ce
commit b251e9eff1

@ -13,7 +13,7 @@ class FontParserTest {
Changing the below constant causes _all_ Nightly users to send a (large) Telemetry event containing
their font information. Do not change this value unless you explicitly intend this.
*/
assertEquals(1, FontEnumerationWorker.kDesiredSubmissions)
assertEquals(2, FontEnumerationWorker.kDesiredSubmissions)
}
@Test

@ -206,6 +206,6 @@ class FontEnumerationWorker(
* we wish to perform another data collection effort on the Nightly
* population.
*/
const val kDesiredSubmissions: Int = 1
const val kDesiredSubmissions: Int = 2
}
}

Loading…
Cancel
Save