summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-05-10 11:01:55 +0200
committerJoas Schilling <coding@schilljs.com>2022-05-10 11:09:48 +0200
commitb1b26bda8cc3bb4afad620bf3a2370c03429466c (patch)
tree844c1fadfcd88eb968248c0ff83f2fe9eb357656 /tests
parent2e96e3cd2164d1487f5777d3cd84fec7fc959949 (diff)
Move setLobby() to room service
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/php/Signaling/BackendNotifierTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/php/Signaling/BackendNotifierTest.php b/tests/php/Signaling/BackendNotifierTest.php
index e8c314e25..ac200a5bc 100644
--- a/tests/php/Signaling/BackendNotifierTest.php
+++ b/tests/php/Signaling/BackendNotifierTest.php
@@ -558,7 +558,7 @@ class BackendNotifierTest extends TestCase {
public function testRoomLobbyStateChanged() {
$room = $this->manager->createRoom(Room::TYPE_PUBLIC);
- $room->setLobby(Webinary::LOBBY_NON_MODERATORS, null);
+ $this->roomService->setLobby($room, Webinary::LOBBY_NON_MODERATORS, null);
$this->assertMessageWasSent($room, [
'type' => 'update',