This commit is contained in:
Claudio Santini 2025-01-23 22:37:35 +01:00
parent 09e30498e9
commit 7ce08ee4fb

View file

@ -21,7 +21,7 @@ class MainTest(unittest.TestCase):
self.base(file_path='../epub/poe.epub')
self.assertTrue(Path('poe.m4b').exists())
def test_3_great_gatsby_two_chapters(self):
def test_3_gene(self):
Path('gene.m4b').unlink(missing_ok=True)
self.base(file_path='../epub/gene.epub')
self.assertTrue(Path('gene.m4b').exists())