summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-01-25 11:24:42 +0100
committerJoas Schilling <coding@schilljs.com>2017-01-25 11:24:42 +0100
commit95ef625a9d6b3c6f3d8dac173ba73992dbd50204 (patch)
tree116ea0e9a051604632551fe930739366ae775f81 /apps
parentf9c3639607ecf99558638d310ef7a606e4479c50 (diff)
downloadnextcloud-server-95ef625a9d6b3c6f3d8dac173ba73992dbd50204.tar.gz
nextcloud-server-95ef625a9d6b3c6f3d8dac173ba73992dbd50204.zip
Fix tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/user_ldap/tests/Settings/SectionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/Settings/SectionTest.php b/apps/user_ldap/tests/Settings/SectionTest.php
index ae780dd7665..5f565e89933 100644
--- a/apps/user_ldap/tests/Settings/SectionTest.php
+++ b/apps/user_ldap/tests/Settings/SectionTest.php
@@ -68,7 +68,7 @@ class SectionTest extends TestCase {
public function testGetIcon() {
$this->url->expects($this->once())
->method('imagePath')
- ->with('user_ldap', 'app.svg')
+ ->with('user_ldap', 'app-dark.svg')
->willReturn('icon');
$this->assertSame('icon', $this->section->getIcon());