Completed
Push — master ( 20bae3...37553d )
by Jason
11s
created
tests/SlideImageTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
         $this->assertEquals(Config::modify()->get(SlideImage::class, 'image_size_limit'), $default);
138 138
 
139 139
         $new = 1024000;
140
-        Config::modify()->update(SlideImage::class , 'image_size_limit', $new);
140
+        Config::modify()->update(SlideImage::class, 'image_size_limit', $new);
141 141
         $this->assertEquals(Config::modify()->get(SlideImage::class, 'image_size_limit'), $new);
142 142
     }
143 143
 }
144 144
\ No newline at end of file
Please login to merge, or discard this patch.