fix: reconcile architecture adjustment merge

This commit is contained in:
2026-06-07 00:57:23 +08:00
parent ce930ee5c3
commit 48ef19d518
20 changed files with 431 additions and 33 deletions

View File

@@ -56,7 +56,7 @@ describe('jumpHopClient runtime requests', () => {
it('submits jump input with a generated client event id', async () => {
await submitJumpHopJump(
'run/1',
{ chargeMs: 320 },
{ dragDistance: 320 },
{ runtimeGuestToken: 'runtime-guest-token' },
);
@@ -69,7 +69,7 @@ describe('jumpHopClient runtime requests', () => {
Authorization: 'Bearer runtime-guest-token',
},
body: JSON.stringify({
chargeMs: 320,
dragDistance: 320,
clientEventId: 'jump-run/1-1780000000000',
}),
}),