Completed
Push — AUTOMATED_TESTING ( 33af86...424fb1 )
by Gordon
04:09
created
tests/MapAPITest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -283,7 +283,7 @@
 block discarded – undo
283 283
 		$expected = array(
284 284
 			'lat' => 13.8621125,
285 285
 			'lon' => 100.5143528,
286
-    		'geocoded' => true
286
+			'geocoded' => true
287 287
 		);
288 288
 		$this->assertEquals($expected, $location);
289 289
 	}
Please login to merge, or discard this patch.