diff --git a/tests/agent/test_compression_rotation_state.py b/tests/agent/test_compression_rotation_state.py index b2eb9f9482ac..86bcc1e60dbb 100644 --- a/tests/agent/test_compression_rotation_state.py +++ b/tests/agent/test_compression_rotation_state.py @@ -718,6 +718,7 @@ class TestTodoSnapshotMergedNotDuplicated: for previous, current in zip(compressed, compressed[1:]) ) + def test_snapshot_merge_is_persisted_in_place(self, tmp_path: Path): db = SessionDB(db_path=tmp_path / "state.db") parent = "PARENT_TODO_INPLACE"