diff --git a/tests/TestCase/Identifier/PasswordLockout/LockoutHandlerTest.php b/tests/TestCase/Identifier/PasswordLockout/LockoutHandlerTest.php
index 5845c484..45c87ef8 100644
--- a/tests/TestCase/Identifier/PasswordLockout/LockoutHandlerTest.php
+++ b/tests/TestCase/Identifier/PasswordLockout/LockoutHandlerTest.php
@@ -118,7 +118,7 @@ public function testIsUnlockedWithoutIdButNotEmpty()
         $handler = new LockoutHandler();
         $user = [
             'username' => 'user-2',
-            'email' => 'user-2@test.com'
+            'email' => 'user-2@test.com',
         ];
         $actual = $handler->isUnlocked($user);
         $this->assertFalse($actual);