summaryrefslogtreecommitdiffstats
path: root/tests/php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-11-22 15:25:38 +0100
committerJoas Schilling <coding@schilljs.com>2022-12-07 15:02:56 +0100
commit8ff7481b1ee6dd75dee7f9ce3cf1d8f6729f5544 (patch)
treeac4647d3719a4273caa39415ee57ce12c39245b7 /tests/php
parent0cb2c969421fb8fa51224a468e011033f99e86dd (diff)
Fix unit test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/php')
-rw-r--r--tests/php/Activity/Provider/BaseTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/php/Activity/Provider/BaseTest.php b/tests/php/Activity/Provider/BaseTest.php
index 3f8e57881..a2875081c 100644
--- a/tests/php/Activity/Provider/BaseTest.php
+++ b/tests/php/Activity/Provider/BaseTest.php
@@ -228,7 +228,7 @@ class BaseTest extends TestCase {
'name' => $expectedName,
'call-type' => $expectedType,
'link' => 'url',
- 'iconUrl' => '',
+ 'icon-url' => '',
], self::invokePrivate($provider, 'getRoom', [$room, 'user']));
}