test: harden exhaustive compatibility suites

This commit is contained in:
2026-07-30 16:19:30 +00:00
parent 4ebd3fd39b
commit a9dbb3fd4d
28 changed files with 454 additions and 97 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ describe('auction router actor and permission boundaries', () => {
hostGeneralId: 88,
detail: { startBidAmount: 100, isReverse: false },
status: 'OPEN',
closeAt: new Date('2026-07-27T00:00:00Z'),
closeAt: new Date(Date.now() + 60 * 60_000),
},
];
}