Skip to content

Commit 2546bc5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/Share20/ManagerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ public function testVerifyPasswordHookFails() {
594594
$this->assertInstanceOf(ValidatePasswordPolicyEvent::class, $event);
595595
/** @var ValidatePasswordPolicyEvent $event */
596596
$this->assertSame('password', $event->getPassword());
597-
throw new HintException('message', 'password not accepted');
597+
throw new HintException('password not accepted');
598598
}
599599
);
600600

0 commit comments

Comments
 (0)