Fix(tests): Update temporal tracking assertion to align with auto-parenting logic

This commit is contained in:
KaifAhmad1
2026-02-02 22:17:08 +05:30
parent 0aaca1bb7d
commit 8a295f97ce
@@ -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."""