fix: reconcile architecture adjustment merge
This commit is contained in:
@@ -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',
|
||||
}),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user