Completed
Push — master ( e62f89...9e3bb6 )
by Simon
02:22
created
tests/ShortlistTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@  discard block
 block discarded – undo
4 4
 {
5 5
     protected static $fixture_file = 'fixtures.yml';
6 6
 
7
-	public function testShortlistCreation()
8
-	{
7
+    public function testShortlistCreation()
8
+    {
9 9
         $shortlists = ShortList::get();
10 10
 
11 11
         $this->get('shortlist');
@@ -66,7 +66,7 @@  discard block
 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.