Completed
Push — master ( a51d1e...202aeb )
by Pedro
02:02
created
module/Application/test/Service/BotParserTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
             $configOverrides
22 22
         ));
23 23
 
24
-          parent::setUp();
24
+            parent::setUp();
25 25
     }
26 26
 
27 27
     public function testPositionQuest()
@@ -435,7 +435,7 @@  discard block
 block discarded – undo
435 435
         // Test first event
436 436
         $this->assertEquals(
437 437
             "[06/22/18 09:03:15] fAGSO has fallen ill with the black plague. " .
438
-                     "This terrible calamity has slowed them 0 days, 10:51:59 from level 81.",
438
+                        "This terrible calamity has slowed them 0 days, 10:51:59 from level 81.",
439 439
             $events['items'][0]
440 440
         );
441 441
 
Please login to merge, or discard this patch.