summaryrefslogtreecommitdiffstats
path: root/tests/php/Chat/Parser/UserMentionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/Chat/Parser/UserMentionTest.php')
-rw-r--r--tests/php/Chat/Parser/UserMentionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/php/Chat/Parser/UserMentionTest.php b/tests/php/Chat/Parser/UserMentionTest.php
index c59934901..497d933bb 100644
--- a/tests/php/Chat/Parser/UserMentionTest.php
+++ b/tests/php/Chat/Parser/UserMentionTest.php
@@ -402,7 +402,7 @@ class UserMentionTest extends \Test\TestCase {
$room = $this->createMock(Room::class);
$room->expects($this->once())
->method('getType')
- ->willReturn(Room::GROUP_CALL);
+ ->willReturn(Room::TYPE_GROUP);
$room->expects($this->once())
->method('getToken')
->willReturn('token');