Pin the spent-base cap and state the boundary the merge rule covers

This commit is contained in:
2026-08-30 11:39:09 +02:00
parent 5c797f5383
commit c06eda4582
2 changed files with 8 additions and 3 deletions
+4
View File
@@ -1621,6 +1621,10 @@ describe('merged delivery report bounds', () => {
dlrMerger.expect(['reused-1', 'reused-2']);
assert.equal(dlrMerger.size, 0);
dlrMerger.expect(['other-1', 'other-2']);
assert.equal(dlrMerger.size, 1);
});
test('keeps another message when a held base is opened again', () => {