mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Fix(tests): Update temporal tracking assertion to align with auto-parenting logic
This commit is contained in:
@@ -227,7 +227,7 @@ class TestRealModuleIntegration:
|
||||
|
||||
assert lineage_v1 is not None
|
||||
assert lineage_v2 is not None
|
||||
assert lineage_v1["first_seen"] < lineage_v2["first_seen"]
|
||||
assert lineage_v1["last_updated"] < lineage_v2["last_updated"]
|
||||
|
||||
def test_batch_operations_with_provenance(self):
|
||||
"""Test batch operations maintain provenance."""
|
||||
|
||||
Reference in New Issue
Block a user