fix: remove flaky assert

This commit is contained in:
Boris Arzentar 2025-07-09 01:00:31 +02:00
parent c69c3b7c11
commit df05d26577
No known key found for this signature in database
GPG key ID: D5CC274C784807B7

View file

@ -131,7 +131,6 @@ async def test_circular_reference_extraction():
assert len(code_files) == 1500
assert len(code_parts) == 3000
assert len(edges) == 7500
if __name__ == "__main__":