mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
test(memory): keep metadata sync assertion backend neutral
This commit is contained in:
parent
985a3a472c
commit
a1aff3994c
1 changed files with 0 additions and 2 deletions
|
|
@ -368,8 +368,6 @@ class TestUpdate:
|
|||
assert updated is not None
|
||||
assert updated.metadata["key1"] == "value1"
|
||||
assert updated.metadata["key2"] == "value2"
|
||||
indexed = memory_system.vector_index._metadata[mem.id]
|
||||
assert indexed.metadata["key2"] == "value2"
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_update_nonexistent_returns_none(self, memory_system):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue