Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
borichellow committed Dec 17, 2024
1 parent b4b66eb commit c0aef5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class GetSenderNameByMessageIdUseCaseTest {
getSenderNameByMessageId(CONVERSATION_ID, MESSAGE_ID)

coVerify {
arrangement.messageRepository.getMessageById(CONVERSATION_ID, MESSAGE_ID)
arrangement.messageRepository.getSenderNameByMessageId(CONVERSATION_ID, MESSAGE_ID)
}.wasInvoked(exactly = once)
}

Expand Down

0 comments on commit c0aef5c

Please sign in to comment.