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

Commit 73359104 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix TestUnfoldProgressListener when there are no progress" into tm-qpr-dev

parents 5b7b1533 ca6d0d25
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) {
            waitForCondition { progress == progressHistory.last() }
            waitForCondition { progress == progressHistory.lastOrNull() }
        }
    }