mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 02:04:36 +03:00
Merge pull request #3617 from wbadart/fix-test
test_is_path calls the correct function
This commit is contained in:
commit
a656a0bd60
|
@ -30,7 +30,7 @@ class TestUtil(PillowTestCase):
|
||||||
fp = "filename.ext"
|
fp = "filename.ext"
|
||||||
|
|
||||||
# Act
|
# Act
|
||||||
it_is = _util.isStringType(fp)
|
it_is = _util.isPath(fp)
|
||||||
|
|
||||||
# Assert
|
# Assert
|
||||||
self.assertTrue(it_is)
|
self.assertTrue(it_is)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user