Completed
Push — master ( 407b14...d109b5 )
by Simon
02:08
created
tests/ShortlistTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 
67 67
         $shortlist->ShortListItems()->remove($item);
68 68
 
69
-         // do we have an item removed?
69
+            // do we have an item removed?
70 70
         $this->assertEquals($shortlist->ShortListItems()->Count(), 0);
71 71
     }
72 72
 }
Please login to merge, or discard this patch.