Skip to content

Commit

Permalink
fix: removes accidental remained print
Browse files Browse the repository at this point in the history
  • Loading branch information
hajdul88 committed Jan 8, 2025
1 parent e449286 commit 42f9f2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cognee/tests/unit/processing/utils/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def mock_open_read_side_effect(*args, **kwargs):
logo_alpha=0.5,
)

print(result)
assert result is not None
assert isinstance(result, str)
assert len(result) > 0

0 comments on commit 42f9f2f

Please sign in to comment.