Skip to content

Commit cca3072

Browse files
committed
fix(tests): Adapt ManagerTest to change in Exception class used
Signed-off-by: Côme Chilliet <[email protected]>
1 parent 79ce725 commit cca3072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/Share20/ManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ public function testVerifyPasswordHookFails(): void {
798798
$this->assertInstanceOf(ValidatePasswordPolicyEvent::class, $event);
799799
/** @var ValidatePasswordPolicyEvent $event */
800800
$this->assertSame('password', $event->getPassword());
801-
throw new HintException('message', 'password not accepted');
801+
throw new HintException('password not accepted');
802802
}
803803
);
804804

0 commit comments

Comments
 (0)