Skip to content

Commit

Permalink
fix : addapt the test to the new version of the code
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxCastelCast committed Dec 18, 2024
1 parent f8f47fc commit 44119d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class MeetingRequestServiceTest {
mapOf(
"title" to "MEETING CANCELLATION",
"senderUID" to "1",
"message" to "hello",
"message" to MeetingRequestViewModel.CancellationType.CANCELLED.toString(),
"senderName" to "John Doe")
`when`(mockRemoteMessage.data).thenReturn(data)
assertNotNull(MeetingRequestManager.meetingRequestViewModel)
Expand Down

0 comments on commit 44119d3

Please sign in to comment.