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

Commit ba05ec08 authored by Chris Göllner's avatar Chris Göllner
Browse files

Fix test name in StatusBarContentInsetsProviderTest

The test was actually testing the opposite of what the name suggested.

Change-Id: I9a0866a377f072e6b4dc7dcabb8cab1a5c77b556
Test: StatusBarContentInsetsProviderTest
Flag: EXEMPT test only
Bug: 377618404
parent 6fcd1432
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1088,7 +1088,7 @@ class StatusBarContentInsetsProviderTest : SysuiTestCase() {

    @Test
    @DisableFlags(StatusBarConnectedDisplays.FLAG_NAME)
    fun onMaxBoundsChanged_beforeStart_flagDisabled_listenerNotNotified() {
    fun onMaxBoundsChanged_beforeStart_flagDisabled_listenerNotified() {
        // Start out with an existing configuration with bounds
        configuration.windowConfiguration.setMaxBounds(0, 0, 100, 100)
        configurationController.onConfigurationChanged(configuration)