Update test case

This commit is contained in:
Lucas Bartholemy 2020-10-22 13:55:08 +02:00
parent 24fb5e7306
commit b33df111a4

View File

@ -24,7 +24,7 @@ class UserModuleTest extends HumHubDbTestCase
], $module->getNotifications());
$this->assertEquals([
'/^.{5,255}$/' => 'Password needs to be at least 8 characters long.',
'/^.{5,255}$/' => 'Password needs to be at least 5 characters long.',
], $module->getPasswordStrength());
$module->passwordStrength = [