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

Commit 8d29ad96 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov
Browse files

[Battery] Fix LowLightBehaviorCoreStartableTest when universal battery enabled.

Bug: 434194794
Flag: com.android.systemui.status_bar_universal_battery_data_source
Test: atest LowLightBehaviorCoreStartableTest with flag both off and on
Change-Id: Icbfe0ae4bea6c3999520d856a9657240b3efcb80
parent 1e16d399
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ class LowLightBehaviorCoreStartableTest : SysuiTestCase() {
        }
        kosmos.lowLightRepository.addAction(LowLightDisplayBehavior.LOW_LIGHT_DREAM, action)

        kosmos.batteryRepositoryDeprecated.fake.setDevicePluggedIn(true)
        kosmos.setBatteryPluggedIn(true)
    }

    @Test