Skip to content

Commit

Permalink
Comment out profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilije1990 committed Jan 5, 2025
1 parent 0983e95 commit 307aa83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cognee/tests/unit/processing/utils/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def test_get_anonymous_id(mock_open_file, mock_makedirs, temp_dir):
# assert num_tokens_from_string("world", "test_encoding") == 5
#


@patch("builtins.open", new_callable=mock_open, read_data=b"test_data")
def test_get_file_content_hash_file(mock_open_file):
import hashlib
Expand Down

0 comments on commit 307aa83

Please sign in to comment.