summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/geo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/geo.php b/tests/lib/geo.php
index bb27f034307..cae3d550b33 100644
--- a/tests/lib/geo.php
+++ b/tests/lib/geo.php
@@ -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';