Skip to content

Commit

Permalink
docs(SDK-3215) - Updates unit tests corresponding to change in Valida…
Browse files Browse the repository at this point in the history
…tion Message
  • Loading branch information
Anush-Shand committed Oct 30, 2023
1 parent 4e33b72 commit d8dddfb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ class ValidationResultFactoryTest : BaseTestCase() {
512,
Constants.CHANNEL_ID_MISSING_IN_PAYLOAD,
keysArr,
"Unable to render notification, channelId is required but not provided in the notification payload: $key"
"ChannelId is required for API 26+ but not provided in the notification payload. Falling to default channel: $key"
),
ValidationIO(
512,
Constants.CHANNEL_ID_NOT_REGISTERED,
keysArr,
"Unable to render notification on channelId: $key as it is not registered by the app."
"Unable to render notification on channelId: $key as it is not registered by the app. Falling to default channel: "
),
ValidationIO(
512,
Expand Down

0 comments on commit d8dddfb

Please sign in to comment.