This commit is contained in:
Benoit Marty 2024-05-22 15:29:27 +02:00
parent fe771a37c2
commit 980a80bcf5
5 changed files with 8 additions and 7 deletions

View file

@ -90,7 +90,8 @@ class DefaultJoinRoomTest {
.assertions()
.isCalledOnce()
.with(
value(A_ROOM_ID), value(A_SERVER_LIST)
value(A_ROOM_ID),
value(A_SERVER_LIST)
)
joinRoomLambda
.assertions()