diff options
Diffstat (limited to 'apps/settings/tests/Settings/Personal/Security/PasswordTest.php')
-rw-r--r-- | apps/settings/tests/Settings/Personal/Security/PasswordTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings/tests/Settings/Personal/Security/PasswordTest.php b/apps/settings/tests/Settings/Personal/Security/PasswordTest.php index 7785338d86d..db766747fe7 100644 --- a/apps/settings/tests/Settings/Personal/Security/PasswordTest.php +++ b/apps/settings/tests/Settings/Personal/Security/PasswordTest.php @@ -74,5 +74,4 @@ class PasswordTest extends TestCase { ]); $this->assertEquals($expected, $form); } - } |