From 6aa5374bd3924dc98047a704569f5e1fc87559f1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 18 Dec 2022 20:26:19 -0500 Subject: [PATCH] spelling: received Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/test_pipeline_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pipeline_images.py b/tests/test_pipeline_images.py index 30166a502..f4d36aae9 100644 --- a/tests/test_pipeline_images.py +++ b/tests/test_pipeline_images.py @@ -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)