summaryrefslogtreecommitdiff
path: root/tests/files
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-02-04 08:08:27 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-02-07 20:37:05 +0100
commit7119f40c9881666b6f9b5cf7df09ee1d21cc8344 (patch)
treefa50869f5614295f462d9bf77fec59365c621609 /tests/files
parent9c19aff7c7561e3a82978a272ecdaad40dda5c00 (diff)
downloaddjango-7119f40c9881666b6f9b5cf7df09ee1d21cc8344.tar.gz
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Diffstat (limited to 'tests/files')
-rw-r--r--tests/files/tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/files/tests.py b/tests/files/tests.py
index c86b53bbd3..9777d09e1c 100644
--- a/tests/files/tests.py
+++ b/tests/files/tests.py
@@ -351,7 +351,8 @@ class InconsistentGetImageDimensionsBug(unittest.TestCase):
def test_bug_19457(self):
"""
Regression test for #19457
- get_image_dimensions fails on some pngs, while Image.size is working good on them
+ get_image_dimensions() fails on some PNGs, while Image.size is working
+ good on them.
"""
img_path = os.path.join(os.path.dirname(__file__), "magic.png")
size = images.get_image_dimensions(img_path)