mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +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"
|
||||
|
||||
# Act
|
||||
it_is = _util.isStringType(fp)
|
||||
it_is = _util.isPath(fp)
|
||||
|
||||
# Assert
|
||||
self.assertTrue(it_is)
|
||||
|
|
Loading…
Reference in New Issue
Block a user