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

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

refactor: added isShowContactName argument in constructor of GeneralSettings in tests

parent b60a5b73
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ class BuildSwipeActionsTest {
            isShowCorrespondentNames = false,
            shouldShowSetupArchiveFolderDialog = false,
            isMessageListSenderAboveSubject = false,
            isShowContactName = false,
        )

    @Test
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ class MessageHelperTest : RobolectricTest() {
                isShowAnimations = false,
                shouldShowSetupArchiveFolderDialog = false,
                isMessageListSenderAboveSubject = false,
                isShowContactName = false,
            ),
        )
    }
+1 −0
Original line number Diff line number Diff line
@@ -161,6 +161,7 @@ class NotificationContentCreatorTest : RobolectricTest() {
                    isShowAnimations = false,
                    shouldShowSetupArchiveFolderDialog = false,
                    isMessageListSenderAboveSubject = false,
                    isShowContactName = false,
                )
            },
        )