diff --git a/apps/ai-game-creator-shell/src-tauri/src/tests/project.rs b/apps/ai-game-creator-shell/src-tauri/src/tests/project.rs index a06838883..721710027 100644 --- a/apps/ai-game-creator-shell/src-tauri/src/tests/project.rs +++ b/apps/ai-game-creator-shell/src-tauri/src/tests/project.rs @@ -4794,7 +4794,8 @@ fn replacing_preview_for_another_project_closes_the_previous_project_record() { #[test] fn gui_exit_stops_the_preview_and_clears_the_stale_record() { let root = unique_project_path(); - init_existing_html_project_at(&root, "project-1", "退出收尾预览记录测试").expect("project init"); + init_existing_html_project_at(&root, "project-1", "退出收尾预览记录测试") + .expect("project init"); let registry = PreviewRegistry::default(); let _preview = start_local_game_preview_at(&root, ®istry).expect("preview start");