Test Failed
Push — master ( 842e0f...516706 )
by ANDRE
02:52
created
tests/class-test-simple-column.spec.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
  * @since 1.0.8
54 54
  */
55 55
   public function test_method_type() {
56
-    $featured_image_column = new Simple_Featured_Image_Column( $this->plugin_name, $this->version );
57
-    $this->assertTrue( method_exists( $featured_image_column , 'column_data' ) );
56
+	$featured_image_column = new Simple_Featured_Image_Column( $this->plugin_name, $this->version );
57
+	$this->assertTrue( method_exists( $featured_image_column , 'column_data' ) );
58 58
   }
59 59
 }
Please login to merge, or discard this patch.