Skip to content

Commit

Permalink
Fixup test case imagegenerators
Browse files Browse the repository at this point in the history
  • Loading branch information
jaap-karssenberg committed May 25, 2023
1 parent 320fc96 commit 04b93c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/imagegenerators.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ def testGenerator(self):
assertIsPNG(imagefile)
# else: TODO other types

if backward_otype:
self.assertTrue(imagefile.basename.endswith(backward_otype.generator_klass.imagefile_extension))
self.assertTrue(imagefile.exists())
if logfile is not None:
self.assertTrue(logfile.exists())
Expand Down

0 comments on commit 04b93c6

Please sign in to comment.