@@ -51,8 +51,8 @@ class TestHTMLFileLoader(unittest.TestCase):
|
||||
self.assertIsInstance(
|
||||
block,
|
||||
Block,
|
||||
f"Item {i} should be a Block instance, got {
|
||||
type(block)}")
|
||||
f"Item {i} should be a Block instance, got {type(block)}"
|
||||
)
|
||||
|
||||
print(f"Successfully loaded and parsed HTML file with {len(blocks)} blocks")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user