Loading packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/GroupExpansionManagerTest.kt +0 −2 Original line number Original line Diff line number Diff line Loading @@ -118,8 +118,6 @@ class GroupExpansionManagerTest : SysuiTestCase() { underTest.setGroupExpanded(summary1, false) underTest.setGroupExpanded(summary1, false) // Expanding again should throw. // Expanding again should throw. // TODO(b/320238410): Remove this check when robolectric supports wtf assertions. Assume.assumeFalse(Build.FINGERPRINT.contains("robolectric")) assertLogsWtf { underTest.setGroupExpanded(summary1, true) } assertLogsWtf { underTest.setGroupExpanded(summary1, true) } } } Loading Loading
packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/GroupExpansionManagerTest.kt +0 −2 Original line number Original line Diff line number Diff line Loading @@ -118,8 +118,6 @@ class GroupExpansionManagerTest : SysuiTestCase() { underTest.setGroupExpanded(summary1, false) underTest.setGroupExpanded(summary1, false) // Expanding again should throw. // Expanding again should throw. // TODO(b/320238410): Remove this check when robolectric supports wtf assertions. Assume.assumeFalse(Build.FINGERPRINT.contains("robolectric")) assertLogsWtf { underTest.setGroupExpanded(summary1, true) } assertLogsWtf { underTest.setGroupExpanded(summary1, true) } } } Loading