mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Remove redundant assert and message
This commit is contained in:
		
							parent
							
								
									38c6771be0
								
							
						
					
					
						commit
						8840f2b0fb
					
				| 
						 | 
				
			
			@ -42,8 +42,7 @@ class TestFileMsp(PillowTestCase):
 | 
			
		|||
        im = Image.open(TEST_FILE)
 | 
			
		||||
 | 
			
		||||
        # Assert
 | 
			
		||||
        self.assertEqual(im.size, (128, 128))
 | 
			
		||||
        self.assert_image_equal(im, hopper("1"), 4)
 | 
			
		||||
        self.assert_image_equal(im, hopper("1"))
 | 
			
		||||
        self.assertIsInstance(im, MspImagePlugin.MspImageFile)
 | 
			
		||||
 | 
			
		||||
    @unittest.skipIf(not os.path.exists(EXTRA_DIR),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user