Skip to content

Commit 0f8902d

Browse files
committed
Fix typo in method name
1 parent f2ef300 commit 0f8902d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/User/Test/Unit/Model/ResourceModel

1 file changed

+1
-1
lines changed

app/code/Magento/User/Test/Unit/Model/ResourceModel/UserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public function testClearUserRoles()
176176
$this->model->_clearUserRoles($this->userMock);
177177
}
178178

179-
public function testDeleteSucess()
179+
public function testDeleteSuccess()
180180
{
181181
$uid = 123;
182182
$this->resourceMock->expects($this->once())->method('getConnection')->willReturn($this->dbAdapterMock);

0 commit comments

Comments
 (0)