test(sync): fix canonical recovery harness

This commit is contained in:
Timo
2026-08-25 21:34:56 +02:00
parent e9ec19b641
commit 8572d3694e
2 changed files with 25 additions and 14 deletions
+1
View File
@@ -521,6 +521,7 @@ try {
s(msgHost, 'leave_room', {});
s(msgGuest, 'leave_room', {});
s(msgLateJoiner, 'leave_room', {});
await delay(80);
assert.equal(mod.rooms.has(msgateRid), false, 'empty-room cleanup removes canonical state with the room');
// --- Terminal room timeout: coded error + complete membership cleanup ---