Skip to content

Commit ce1a0f7

Browse files
kenjisMGatner
andauthored
test: fix method typo
Co-authored-by: MGatner <mgatner@icloud.com>
1 parent 3017a43 commit ce1a0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/UserModelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public function testUpdateUserObjectWithoutUserDataToUpdate(): void
244244
/**
245245
* @see https://github.com/codeigniter4/shield/issues/471
246246
*/
247-
public function testSaveArrayNoDataTUpdate(): void
247+
public function testSaveArrayNoDataToUpdate(): void
248248
{
249249
$this->expectException(DataException::class);
250250
$this->expectExceptionMessage('There is no data to update.');

0 commit comments

Comments
 (0)