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

Commit fa3a70f6 authored by shamim-emon's avatar shamim-emon
Browse files

refactor: add isShowAnimations in generalSettings constructor in tests

parent 4a94b07f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ class MessageHelperTest : RobolectricTest() {
                isShowUnifiedInbox = false,
                isShowStarredCount = false,
                isShowMessageListStars = false,
                isShowAnimations = false,
            ),
        )
    }
+1 −0
Original line number Diff line number Diff line
@@ -158,6 +158,7 @@ class NotificationContentCreatorTest : RobolectricTest() {
                    isShowStarredCount = false,
                    isShowUnifiedInbox = false,
                    isShowMessageListStars = false,
                    isShowAnimations = false,
                )
            },
        )