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

Commit 13d9a399 authored by Robin Lee's avatar Robin Lee
Browse files

Fix a leak with DesktopMode unit tests

Bug: 416656444
Bug: 419430883
Bug: 419771302
Test: atest WmShellUnitTests
Flag: EXEMPT fixing unit tests
Change-Id: I99786274bcba2dc224ed2b85a0ba03660ac1d95f
parent 5a136f7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,8 +104,8 @@ class DesktopHeaderManageWindowsMenuTest : ShellTestCase() {

    @After
    fun tearDown() {
        menu?.removeFromContainer()
        mockitoSession.finishMocking()
        menu?.animateClose()
    }

    @Test