* proposed fix to #39244 * Update test_module.py
This commit is contained in:
		
							parent
							
								
									3f27096a3e
								
							
						
					
					
						commit
						5a2c48afe4
					
				@ -4,7 +4,7 @@ import matplotlib as mpl
 | 
			
		||||
 | 
			
		||||
class DataCleaningTestCase(unittest.TestCase):
 | 
			
		||||
    def test_data_cleaning(self):
 | 
			
		||||
        actual = int(time_series_visualizer.df.count())
 | 
			
		||||
        actual = int(time_series_visualizer.df.count(numeric_only=True))
 | 
			
		||||
        expected = 1238
 | 
			
		||||
        self.assertEqual(actual, expected, "Expected DataFrame count after cleaning to be 1238.")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user