spelling: received

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-12-18 20:26:19 -05:00
parent 826e0ee611
commit 6aa5374bd3
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ class ImagesPipelineTestCase(unittest.TestCase):
self.assertEqual(converted.mode, 'RGB')
self.assertEqual(converted.getcolors(), [(10000, (205, 230, 255))])
# ensure that we recieved deprecation warnings
# ensure that we received deprecation warnings
expected_warning_msg = '.convert_image() method called in a deprecated way'
self.assertTrue(len([warning for warning in w if expected_warning_msg in str(warning.message)]) == 4)