Skip to content

Commit

Permalink
Use valid image resource for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adam1929 authored Jun 27, 2024
1 parent 95ba105 commit 352e3bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ internal class FcmManagerImplTest {
val notificationSlot = slot<Notification>()
every { notificationManager.notify(any(), capture(notificationSlot)) } just Runs
val payload = HashMap(NotificationTestPayloads.PRODUCTION_NOTIFICATION)
payload["image"] = "https://www.bloomreach.com/static/br-logo-primary.svg"
payload["image"] = "https://www.bloomreach.com/wp-content/uploads/2024/04/bloomreach.svg"
manager.handleRemoteMessage(payload, notificationManager, true)
assertNotNull(shadowOf(notificationSlot.captured).bigPicture)
}
Expand Down

0 comments on commit 352e3bd

Please sign in to comment.