fix: 가오픈 명령과 GAME WALL 시간 경계 회귀 수정
This commit is contained in:
@@ -108,7 +108,8 @@ describeDatabase('gateway release operation persistence', () => {
|
||||
|
||||
await connector.prisma.$executeRaw`
|
||||
UPDATE "gateway_release_operation"
|
||||
SET "lease_until" = CURRENT_TIMESTAMP - INTERVAL '1 second'
|
||||
SET "lease_until" = date_trunc('milliseconds', CURRENT_TIMESTAMP)
|
||||
- INTERVAL '1 second' + INTERVAL '123 microseconds'
|
||||
WHERE "id" = ${operation.id}
|
||||
`;
|
||||
await expect(
|
||||
|
||||
Reference in New Issue
Block a user