Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed May 22, 2024
1 parent cbcd570 commit 8a02fd7
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,12 @@ class MLSConversationRepositoryTest {
result.shouldSucceed()

coVerify {
arrangement.keyPackageRepository.claimKeyPackages(matches { it.containsAll(listOf(TestConversation.USER_1)) })
arrangement.keyPackageRepository.claimKeyPackages(
matches {
it.containsAll(listOf(TestConversation.USER_1))
},
eq(CipherSuite.MLS_128_DHKEMX25519_AES128GCM_SHA256_Ed25519)
)
}.wasInvoked(once)
}

Expand Down

0 comments on commit 8a02fd7

Please sign in to comment.