diff --git a/src/components/rpg-entry/RpgEntryFlowShell.agent.interaction.test.tsx b/src/components/rpg-entry/RpgEntryFlowShell.agent.interaction.test.tsx index 324bdfe1..ecc4c5f0 100644 --- a/src/components/rpg-entry/RpgEntryFlowShell.agent.interaction.test.tsx +++ b/src/components/rpg-entry/RpgEntryFlowShell.agent.interaction.test.tsx @@ -7748,7 +7748,10 @@ test('formal puzzle runtime uses frontend move merge logic and backend leaderboa await user.click(within(dialog).getByRole('button', { name: '下一关' })); await waitFor(() => { - expect(advancePuzzleNextLevel).toHaveBeenCalledWith(clearedFirstLevel.runId); + expect(advancePuzzleNextLevel).toHaveBeenCalledWith( + clearedFirstLevel.runId, + {}, + ); }); expect( (