Skip to content
Snippets Groups Projects
Commit e417ad6b authored by Thomas Müller's avatar Thomas Müller
Browse files

Removing strange character

parent 81cf726b
No related branches found
No related tags found
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment