forked from openlp/openlp
test fix
This commit is contained in:
parent
7d0b841269
commit
97e6e759bd
@ -320,7 +320,7 @@ class TestLib(TestCase):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
# Only continue when the thumb does not exist.
|
# Only continue when the thumb does not exist.
|
||||||
self.assertFalse(os.path.exists(thumb_path), 'Test was not run, because the thumb already exists.')
|
self.assertFalse(thumb_path.exists(), 'Test was not run, because the thumb already exists.')
|
||||||
|
|
||||||
# WHEN: Create the thumb.
|
# WHEN: Create the thumb.
|
||||||
icon = create_thumb(image_path, thumb_path)
|
icon = create_thumb(image_path, thumb_path)
|
||||||
|
Loading…
Reference in New Issue
Block a user