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

Commit 665e2e6a authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

Merge "Check lateinit var state in test teardown" into main

parents 47bd15c5 205035e4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -100,8 +100,10 @@ class KeyguardQsUserSwitchControllerTest : SysuiTestCase() {

    @After
    fun tearDown() {
        if (::view.isInitialized) {
            ViewUtils.detachView(view)
        }
    }

    @Test
    fun testUiEventLogged() {