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

Commit 69d6d208 authored by Chris Göllner's avatar Chris Göllner
Browse files

Fix MultiDisplayAutoHideControllerStoreTest

It started failing due to the revert CL ag/30528269

Test: MultiDisplayAutoHideControllerStoreTest
Flag: EXEMPT test fix
Fixes: 380309391
Change-Id: I5fe559276cfbe1df9bf2235247e14e638373a449
parent 0f5e234f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -48,6 +48,11 @@ class MultiDisplayAutoHideControllerStoreTest : SysuiTestCase() {

    @Before fun addDisplays() = runBlocking { fakeDisplayRepository.addDisplay(DEFAULT_DISPLAY) }

    @Before
    fun start() {
        underTest.start()
    }

    @Test
    fun beforeDisplayRemoved_doesNotStopInstances() =
        testScope.runTest {