diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-10-18 22:11:41 +0300 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-10-18 22:11:41 +0300 |
commit | e417ad6b1616e917ac2806b90a37837f40403a0f (patch) | |
tree | 4147eb30f155cbace6a6c12c1f74e4d9f20b34a8 /tests | |
parent | 81cf726b1848020f5c2611c64e662f0e12efefef (diff) | |
download | nextcloud-server-e417ad6b1616e917ac2806b90a37837f40403a0f.tar.gz nextcloud-server-e417ad6b1616e917ac2806b90a37837f40403a0f.zip |
Removing strange character
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/geo.php | 2 |
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'; |