Removing strange character
This commit is contained in:
parent
81cf726b18
commit
e417ad6b16
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Test_Geo extends UnitTestCase {
|
|||
function testTimezone() {
|
||||
$result = OC_Geo::timezone(3,3);
|
||||
$expected = 'Africa/Porto-Novo';
|
||||
$this->assertEquals($expected, $result);
|
||||
$this->assertEquals($expected, $result);
|
||||
|
||||
$result = OC_Geo::timezone(-3,-3333);
|
||||
$expected = 'Pacific/Enderbury';
|
||||
|
|
Loading…
Reference in a new issue