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

Commit 5119d552 authored by Eghosa Ewansiha-Vlachavas's avatar Eghosa Ewansiha-Vlachavas Committed by Android (Google) Code Review
Browse files

Merge "[1/n] Fix DesktopModeWindowDecorViewModelTests" into main

parents 5627a898 5d706ecc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -360,7 +360,7 @@ class DesktopModeWindowDecorViewModelTests : ShellTestCase() {
                isTopActivityStyleFloating = true
                numActivities = 1
            }
            doReturn(true).`when` { DesktopModeStatus.isDesktopModeSupported(any()) }
            doReturn(true).`when` { DesktopModeStatus.canEnterDesktopMode(any()) }
            setUpMockDecorationsForTasks(task)

            onTaskOpening(task)