Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d641ea7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "fix(non linear font scaling): fix flaky test timing out" into main

parents 0a501da3 49035cc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ class FontScaleConverterFactoryTest {
            .fuzzFractions()
            .mapNotNull{ FontScaleConverterFactory.forScale(it) }
            .flatMap{ table ->
                generateSequenceOfFractions(-2000f..2000f, step = 0.1f)
                generateSequenceOfFractions(-20f..100f, step = 0.1f)
                    .fuzzFractions()
                    .map{ Pair(table, it) }
            }