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

Commit d5f78daa authored by Caitlin Shkuratov's avatar Caitlin Shkuratov Committed by Android (Google) Code Review
Browse files

Merge "[Battery] Fix LowLightBehaviorCoreStartableTest when universal battery enabled." into main

parents 8278ade5 8d29ad96
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