Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
  • Loading branch information
Valdnet authored May 19, 2021
1 parent 0d7f83a commit 5b32e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/user_ldap/tests/Settings/SectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function testGetName() {
$this->l
->expects($this->once())
->method('t')
->with('LDAP / AD integration')
->with('LDAP/AD integration')
->willReturn('LDAP/AD integration');

$this->assertSame('LDAP/AD integration', $this->section->getName());
Expand Down

0 comments on commit 5b32e1c

Please sign in to comment.