fix linting
This commit is contained in:
parent
7cf93ea79d
commit
72dae0f79a
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ async def test_textdocument_cleanup_with_sql():
|
||||||
retrieved_timestamp = updated_data.last_accessed
|
retrieved_timestamp = updated_data.last_accessed
|
||||||
if retrieved_timestamp.tzinfo is None:
|
if retrieved_timestamp.tzinfo is None:
|
||||||
retrieved_timestamp = retrieved_timestamp.replace(tzinfo=timezone.utc)
|
retrieved_timestamp = retrieved_timestamp.replace(tzinfo=timezone.utc)
|
||||||
assert retrieved_timestamp == aged_timestamp, f"Timestamp should be updated to aged value"
|
assert retrieved_timestamp == aged_timestamp, "Timestamp should be updated to aged value"
|
||||||
|
|
||||||
# Step 5: Test cleanup (document-level is now the default)
|
# Step 5: Test cleanup (document-level is now the default)
|
||||||
from cognee.tasks.cleanup.cleanup_unused_data import cleanup_unused_data
|
from cognee.tasks.cleanup.cleanup_unused_data import cleanup_unused_data
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue