This commit is contained in:
Benoit Marty 2024-06-03 16:57:49 +02:00 committed by Benoit Marty
parent 3ddec73ac5
commit 3b0c59e648

View file

@ -426,7 +426,7 @@ class MessageComposerPresenterTest {
assert(replyMessageLambda)
.isCalledOnce()
.with(any(), value(A_REPLY), value(A_REPLY), any())
.with(any(), value(A_REPLY), value(A_REPLY), any(), value(false))
assertThat(analyticsService.capturedEvents).containsExactly(
Composer(
@ -956,7 +956,7 @@ class MessageComposerPresenterTest {
assert(replyMessageLambda)
.isCalledOnce()
.with(any(), any(), any(), value(listOf(Mention.User(A_USER_ID_2))))
.with(any(), any(), any(), value(listOf(Mention.User(A_USER_ID_2))), value(false))
// Check intentional mentions on edit message
skipItems(1)