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

Commit 4a94b07f authored by shamim-emon's avatar shamim-emon
Browse files

refactor: add isShowMessageListStars in generalSettings constructor in tests

parent 4abb3044
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ class MessageHelperTest : RobolectricTest() {
                messageViewTheme = SubTheme.DARK,
                isShowUnifiedInbox = false,
                isShowStarredCount = false,
                isShowMessageListStars = false,
            ),
        )
    }
+1 −0
Original line number Diff line number Diff line
@@ -157,6 +157,7 @@ class NotificationContentCreatorTest : RobolectricTest() {
                    messageViewTheme = SubTheme.DARK,
                    isShowStarredCount = false,
                    isShowUnifiedInbox = false,
                    isShowMessageListStars = false,
                )
            },
        )