@@ -53,7 +53,7 @@ |
||
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 | } |