mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Fixing typo to have proper testing
This commit is contained in:
		
							parent
							
								
									892b734c6b
								
							
						
					
					
						commit
						a90e72076a
					
				| 
						 | 
				
			
			@ -93,7 +93,7 @@ class TestFileGif(PillowTestCase):
 | 
			
		|||
        im.save(out, save_all=True)
 | 
			
		||||
        reread = Image.open(out)
 | 
			
		||||
 | 
			
		||||
        self.assertEqual(im.n_frames, 5)
 | 
			
		||||
        self.assertEqual(reread.n_frames, 5)
 | 
			
		||||
 | 
			
		||||
    def test_palette_handling(self):
 | 
			
		||||
        # see https://github.com/python-pillow/Pillow/issues/513
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user