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

Commit fc401764 authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Remove no-longer-necessary robolectric check" into main

parents dfc95b5a 760cd4da
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -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) }
    }
    }