mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fixing typo
This commit is contained in:
parent
a707fd639d
commit
59c2414439
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class Test_Util extends UnitTestCase {
|
|||
function testFormatDate() {
|
||||
$result = OC_Util::formatDate(1350129205);
|
||||
$expected = 'October 13, 2012 11:53';
|
||||
$this->assertEquals($expected $result);
|
||||
$this->assertEquals($expected, $result);
|
||||
|
||||
$result = OC_Util::formatDate(1102831200, true);
|
||||
$expected = 'December 12, 2004';
|
||||
|
|
|
|||
Loading…
Reference in a new issue