mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
replace test "1"-mode image
This commit is contained in:
parent
8967a20ad7
commit
52c8e2050e
Binary file not shown.
|
@ -31,7 +31,7 @@ class TestFileMsp(PillowTestCase):
|
||||||
|
|
||||||
# Assert
|
# Assert
|
||||||
self.assertEqual(im.size, (128, 128))
|
self.assertEqual(im.size, (128, 128))
|
||||||
self.assert_image_similar(im, hopper("1"), 4)
|
self.assert_image_equal(im, hopper("1"), 4)
|
||||||
|
|
||||||
def test_cannot_save_wrong_mode(self):
|
def test_cannot_save_wrong_mode(self):
|
||||||
# Arrange
|
# Arrange
|
||||||
|
|
Loading…
Reference in New Issue
Block a user