fix: 부분 시계 메시지 만료의 재등장을 막는다

This commit is contained in:
2026-08-24 20:26:00 +00:00
parent 8872ce89b8
commit 77dc53b424
3 changed files with 33 additions and 4 deletions
+1 -1
View File
@@ -987,7 +987,7 @@ describe('messages router missing-flow compatibility', () => {
);
expect(setup.messageUpdateMany).toHaveBeenCalledWith({
where: { id: { in: [31] } },
data: { validUntil: expect.any(Date) },
data: { validUntil: expect.any(Date), validUntilTick: 0n },
});
expect(setup.queryRaw).toHaveBeenCalledTimes(9);
});