Skip to content

Commit 95ef625

Browse files
committed
Fix tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent f9c3639 commit 95ef625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/user_ldap/tests/Settings/SectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function testGetPriority() {
6868
public function testGetIcon() {
6969
$this->url->expects($this->once())
7070
->method('imagePath')
71-
->with('user_ldap', 'app.svg')
71+
->with('user_ldap', 'app-dark.svg')
7272
->willReturn('icon');
7373

7474
$this->assertSame('icon', $this->section->getIcon());

0 commit comments

Comments
 (0)