@@ -381,8 +381,8 @@ class TestEPUBReader(unittest.TestCase):
|
||||
# Each chapter should start with a heading
|
||||
first_block = blocks[0]
|
||||
self.assertIsInstance(
|
||||
first_block, Heading, f"Chapter {
|
||||
i + 1} should start with heading")
|
||||
first_block, Heading, f"Chapter {i + 1} should start with heading"
|
||||
)
|
||||
|
||||
def test_epub_styled_content(self):
|
||||
"""Test that styled content in EPUB is properly parsed."""
|
||||
|
||||
Reference in New Issue
Block a user