Skip to content

Commit 59ff429

Browse files
committed
fix failed unittest
1 parent 2a83b19 commit 59ff429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/php/library/Icinga/Application/AnyPasswordPolicyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function setUp(): void
1717

1818
public function testMethodGetName(): void
1919
{
20-
$this->assertSame('Any', $this->instance->getName());
20+
$this->assertSame('None', $this->instance->getName());
2121
}
2222

2323
public function testValidatePasswordValid(): void

0 commit comments

Comments
 (0)