]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix tests 3244/head
authorJoas Schilling <coding@schilljs.com>
Wed, 25 Jan 2017 10:24:42 +0000 (11:24 +0100)
committerJoas Schilling <coding@schilljs.com>
Wed, 25 Jan 2017 10:24:42 +0000 (11:24 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/user_ldap/tests/Settings/SectionTest.php

index ae780dd7665e56bb907653ad835e76ea3c2cbeee..5f565e89933600330038af61c33e9abbdbc9f53d 100644 (file)
@@ -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());