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

Commit 97978aab authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

parents c1c96202 73359104
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() }
        }
    }