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

Commit 2d13dfe5 authored by Danny Burakov's avatar Danny Burakov
Browse files

[flexiglass] Update expected empty shade message in test.

The test for `EmptyShadeViewModel` now checks for "You're all caught up" without an exclamation mark.

Fix: 441276974
Test: Unit test now passes.
Flag: com.android.systemui.scene_container
Change-Id: I73717008e6c6c7be91b747219195cefb7afda0d9
parent 84647291
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ class EmptyShadeViewModelTest(flags: FlagsParameterization) : SysuiTestCase() {
        kosmos.runTest {
            val message by collectLastValue(underTest.message)

            assertThat(message?.message).isEqualTo("You're all caught up!")
            assertThat(message?.message).isEqualTo("You're all caught up")
            assertThat(message?.icon?.resId).isEqualTo(R.drawable.ic_trophy)

            zenModeRepository.updateMode(ZenMode.MANUAL_DND_MODE_ID) {