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

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

[1/n] Fix DesktopModeWindowDecorViewModelTests

Bug: 351057619
Test: atest WMShellUnitTests:DesktopModeWindowDecorViewModelTests
Flag: EXEMPT Bugfix in test

Change-Id: I96cb842d97613dbdb36c62e1eea761660fada8ed
parent 97374985
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)