Fixed lint, tests after recent fix

Updated readme
This commit is contained in:
Fahad
2025-06-14 19:31:31 +04:00
parent b41b874e31
commit f1ad06c529
5 changed files with 18 additions and 24 deletions

View File

@@ -335,9 +335,7 @@ class TestClass:
thread_description = "A1-Branch (2-thread chain)"
is_valid_length = chain_length == 2
traversal_validations.append(
(f"{thread_description} has valid chain length", is_valid_length)
)
traversal_validations.append((f"{thread_description} has valid chain length", is_valid_length))
# Also validate we found at least one traversal (shows the system is working)
traversal_validations.append(