fixing unterminated fsting
Python CI / test (push) Failing after 46s

This commit is contained in:
2025-11-09 00:09:04 +01:00
parent 8dce1569c0
commit ce7293824e
7 changed files with 14 additions and 17 deletions
+2 -2
View File
@@ -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")