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

Commit 97624bf5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix broken test NotificatonSectionsFeatureManagerTest" into rvc-dev am: 36c1dbd0

Change-Id: Ide93d9f63a8c00eada9c8306a20fe2bcbcfd783a
parents 1fafd9ad 36c1dbd0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ class NotificationSectionsFeatureManagerTest : SysuiTestCase() {
                DeviceConfig.NAMESPACE_SYSTEMUI, NOTIFICATIONS_USE_PEOPLE_FILTERING, "true", false)

        assertTrue("People filtering should be enabled", manager!!.isFilteringEnabled())
        assertTrue("Expecting 4 buckets when people filtering is enabled",
                manager!!.getNumberOfBuckets() == 4)
        assertTrue("Expecting 5 buckets when people filtering is enabled",
                manager!!.getNumberOfBuckets() == 5)
    }
}