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

Commit 8b634e94 authored by Chandru S's avatar Chandru S Committed by Android (Google) Code Review
Browse files

Merge "Fixes test that stared failing after ag/31598047 because a flag check...

Merge "Fixes test that stared failing after ag/31598047 because a flag check was added to the view model" into main
parents e579b0d6 eb7b3c66
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,8 +16,10 @@

package com.android.systemui.window.ui.viewmodel

import android.platform.test.annotations.EnableFlags
import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.filters.SmallTest
import com.android.systemui.Flags
import com.android.systemui.SysuiTestCase
import com.android.systemui.coroutines.collectLastValue
import com.android.systemui.kosmos.testScope
@@ -32,6 +34,7 @@ import org.junit.runner.RunWith

@SmallTest
@RunWith(AndroidJUnit4::class)
@EnableFlags(Flags.FLAG_BOUNCER_UI_REVAMP)
class WindowRootViewModelTest : SysuiTestCase() {
    val kosmos = testKosmos()
    val testScope = kosmos.testScope