fix: removes accidental remained print

This commit is contained in:
hajdul88 2025-01-08 12:52:06 +01:00
parent e449286f50
commit 42f9f2fd7d

View file

@ -133,7 +133,6 @@ async def test_create_cognee_style_network_with_logo():
logo_alpha=0.5,
)
print(result)
assert result is not None
assert isinstance(result, str)
assert len(result) > 0