mirror of
https://github.com/santinic/audiblez.git
synced 2025-04-13 09:38:57 +00:00
fix
This commit is contained in:
parent
09e30498e9
commit
7ce08ee4fb
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Reference in a new issue