|  | @@ -44,7 +44,7 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 44 | 44 |  		$this->settings_menu->init_settings(); | 
                                                                                                            
                                                            | 45 | 45 |   | 
                                                                                                            
                                                            | 46 | 46 |  		$section_id = 'wp_site_monitor_enable_section'; | 
                                                                                                            
                                                            | 47 |  | -		$this->assertContains('wp_site_monitor_enable', $new_whitelist_options[$this->menu_slug] ); | 
                                                                                                            
                                                            |  | 47 | +		$this->assertContains( 'wp_site_monitor_enable', $new_whitelist_options[$this->menu_slug] ); | 
                                                                                                            
                                                            | 48 | 48 |  		$this->assertEquals( $section_id, $wp_settings_sections[$this->menu_slug][$section_id]['id'] ); | 
                                                                                                            
                                                            | 49 | 49 |  		$this->assertEquals( 'Enable/Disable WP Site Monitor', $wp_settings_sections[$this->menu_slug][$section_id]['title'] ); | 
                                                                                                            
                                                            | 50 | 50 |  		$this->assertEquals( 'wp_site_monitor_enable', $wp_settings_fields[$this->menu_slug][$section_id]['wp_site_monitor_enable']['id'] ); | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.