This commit is contained in:
Benoit Marty 2024-05-22 15:29:27 +02:00
parent e0d95f6d98
commit 41403b7614
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()