replace test "1"-mode image

This commit is contained in:
Alexander 2016-12-07 03:09:13 +03:00
parent 8967a20ad7
commit 52c8e2050e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -31,7 +31,7 @@ class TestFileMsp(PillowTestCase):
# Assert
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):
# Arrange