fix: 부분 시계 메시지 만료의 재등장을 막는다
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user