Skip to content

Commit bfc18b4

Browse files
kenjisdatamweb
andauthored
test: fix typo
Co-authored-by: Pooya Parsa Dadashi <[email protected]>
1 parent a4ec5c0 commit bfc18b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/UserModelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function testSaveInsertUser(): void
4848
/**
4949
* @see https://github.com/codeigniter4/shield/issues/546
5050
*/
51-
public function testfindByCredentialsEmptyEmail(): void
51+
public function testFindByCredentialsEmptyEmail(): void
5252
{
5353
$users = $this->createUserModel();
5454
$user = $this->createNewUser();

0 commit comments

Comments
 (0)