From 5a4066bb34fc9c47c27491b7fd50b675de24d766 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 2 Apr 2023 13:20:33 +0200 Subject: [PATCH] Code smells and bugs resolve 7 --- .../TestException/InvalidUsernameOrPasswordExceptionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Tests/TestException/InvalidUsernameOrPasswordExceptionTest.php b/Source/Tests/TestException/InvalidUsernameOrPasswordExceptionTest.php index 3562e4f..ffeddaa 100644 --- a/Source/Tests/TestException/InvalidUsernameOrPasswordExceptionTest.php +++ b/Source/Tests/TestException/InvalidUsernameOrPasswordExceptionTest.php @@ -21,4 +21,4 @@ class InvalidUsernameOrPasswordExceptionTest extends TestCase $this->assertInstanceOf(Exception::class, $exception); $this->assertEquals("Nom d'utilisateur ou mot de passe invalide", $exception->getMessage()); } -} \ No newline at end of file +}