Completed
Push — master ( f9363f...d49909 )
by Mathias
06:23
created
module/Jobs/test/JobsTest/Listener/LoadExpiredJobsToPurgeTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
             ->willReturn($jobRepo->reveal());
55 55
         $event->expects($this->exactly(2))
56 56
             ->method('getParam')
57
-            ->withConsecutive(['days',80],['limit', 0])
57
+            ->withConsecutive(['days', 80], ['limit', 0])
58 58
             ->willReturnOnConsecutiveCalls(30, 10)
59 59
         ;
60 60
 
Please login to merge, or discard this patch.