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

Commit e29e7271 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix test name in StatusBarContentInsetsProviderTest" into main

parents 959bb312 ba05ec08
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)