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

Commit 14fef792 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix MultiDisplayAutoHideControllerStoreTest" into main

parents 6c5b3453 69d6d208
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 {