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

Commit 2b671a03 authored by Nicolò Mazzucato's avatar Nicolò Mazzucato Committed by Android (Google) Code Review
Browse files

Merge "Reduce RemoteUnfoldTransitionReceiverTest flakiness" into tm-qpr-dev

parents 01c74057 af23c020
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ class TestUnfoldProgressListener : UnfoldTransitionProgressProvider.TransitionPr
        }

        fun assertLastProgress(progress: Float) {
            assertThat(progressHistory.last()).isWithin(1.0E-4F).of(progress)
            waitForCondition { progress == progressHistory.last() }
        }
    }