@@ -55,7 +55,7 @@ class NotificationTemplateTest : NotificationTemplateTestBase() {
5555 }
5656
5757 fun testWideIcon_inCollapsedState_canShowExact4By3 () {
58- val icon = createBitmap(400 , 300 )
58+ val icon = createBitmap(40 , 30 )
5959 val views = Notification .Builder (mContext, NOTIFICATION_CHANNEL_ID )
6060 .setSmallIcon(R .drawable.ic_media_play)
6161 .setContentTitle(" Title" )
@@ -114,7 +114,7 @@ class NotificationTemplateTest : NotificationTemplateTestBase() {
114114 }
115115
116116 fun testWideIcon_inBigBaseState_canShowExact4By3 () {
117- val icon = createBitmap(400 , 300 )
117+ val icon = createBitmap(40 , 30 )
118118 val views = Notification .Builder (mContext, NOTIFICATION_CHANNEL_ID )
119119 .setSmallIcon(R .drawable.ic_media_play)
120120 .setContentTitle(" Title" )
@@ -168,7 +168,7 @@ class NotificationTemplateTest : NotificationTemplateTestBase() {
168168 }
169169
170170 val picture = createBitmap(40 , 30 )
171- val icon = createBitmap(400 , 300 )
171+ val icon = createBitmap(40 , 30 )
172172 val views = Notification .Builder (mContext, NOTIFICATION_CHANNEL_ID )
173173 .setSmallIcon(R .drawable.ic_media_play)
174174 .setContentTitle(" Title" )
@@ -219,7 +219,7 @@ class NotificationTemplateTest : NotificationTemplateTestBase() {
219219 }
220220
221221 fun testWideIcon_inBigText_canShowExact4By3 () {
222- val icon = createBitmap(400 , 300 )
222+ val icon = createBitmap(40 , 30 )
223223 val views = Notification .Builder (mContext, NOTIFICATION_CHANNEL_ID )
224224 .setSmallIcon(R .drawable.ic_media_play)
225225 .setContentTitle(" Title" )
0 commit comments