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

Commit eabd8354 authored by Eghosa Ewansiha-Vlachavas's avatar Eghosa Ewansiha-Vlachavas
Browse files

LetterboxConfigurationPersisterTest waits on wrong persisterQueue

test_whenUpdatedWithNewValuesAndDeleted_valuesAreDefaults waits on
mQueuePersister when it should wait on firstPersisterQueue.

Test: atest WmTests:LetterboxConfigurationPersisterTest#test_whenUpdatedWithNewValuesAndDeleted_valuesAreDefaults
Fix: 298943260
Change-Id: I6b13cbe4d5cc10558e9a8be8f9a279dbd3574388
parent 5a9f8801
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ public class LetterboxConfigurationPersisterTest {
                LETTERBOX_HORIZONTAL_REACHABILITY_POSITION_LEFT);
        firstPersister.setLetterboxPositionForVerticalReachability(false,
                LETTERBOX_VERTICAL_REACHABILITY_POSITION_TOP);
        waitForCompletion(mPersisterQueue);
        waitForCompletion(firstPersisterQueue);
        final int newPositionForHorizontalReachability =
                firstPersister.getLetterboxPositionForHorizontalReachability(false);
        final int newPositionForVerticalReachability =