From 95ef625a9d6b3c6f3d8dac173ba73992dbd50204 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 25 Jan 2017 11:24:42 +0100 Subject: [PATCH] Fix tests Signed-off-by: Joas Schilling --- apps/user_ldap/tests/Settings/SectionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_ldap/tests/Settings/SectionTest.php b/apps/user_ldap/tests/Settings/SectionTest.php index ae780dd766..5f565e8993 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());