diff --git a/tests/src/com/android/launcher3/util/CellContentDimensionsTest.kt b/tests/src/com/android/launcher3/util/CellContentDimensionsTest.kt index 4770546e51..2294f5f0fe 100644 --- a/tests/src/com/android/launcher3/util/CellContentDimensionsTest.kt +++ b/tests/src/com/android/launcher3/util/CellContentDimensionsTest.kt @@ -39,6 +39,7 @@ class CellContentDimensionsTest { val config = Configuration(runningContext.resources.configuration).apply { this.densityDpi = DisplayMetrics.DENSITY_DEFAULT + fontScale = 1.0f } context = runningContext.createConfigurationContext(config) iconSizeSteps = IconSizeSteps(context!!.resources)