Test Failed
Push — master ( 516706...5e6182 )
by ANDRE
02:37
created
tests/class-test-simple-column.spec.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
  * @since 1.0.8
44 44
  */
45 45
   public function test_method_type() {
46
-    $columns = new Simple_Featured_Image_Column( $this->plugin_name, $this->version );
47
-    $this->assertTrue( method_exists( $columns , 'columns' ) );
46
+	$columns = new Simple_Featured_Image_Column( $this->plugin_name, $this->version );
47
+	$this->assertTrue( method_exists( $columns , 'columns' ) );
48 48
   }
49 49
 }
Please login to merge, or discard this patch.