mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Typo: getFileSizeViaDOM -> getFileSizeViaCOM
This commit is contained in:
parent
2929d19c7f
commit
129d8099b9
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class LargeFileHelperGetFileSize extends \PHPUnit_Framework_TestCase {
|
|||
}
|
||||
$this->assertSame(
|
||||
$this->fileSize,
|
||||
$this->helper->getFileSizeViaDOM($this->filename)
|
||||
$this->helper->getFileSizeViaCOM($this->filename)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue