修复角色动画资产确认测试边界
将逐帧资产确认断言移动到对应处理 helper 保留抽帧聚合 helper 对首帧汇总字段的断言
This commit is contained in:
@@ -6224,11 +6224,13 @@ mod tests {
|
||||
source,
|
||||
"async fn extract_and_persist_editor_character_animation_frames",
|
||||
"async fn process_and_persist_editor_character_animation_frame",
|
||||
&[
|
||||
"confirm_editor_character_animation_frame_asset_object",
|
||||
"first_frame_object_key",
|
||||
"first_frame_asset_object_id",
|
||||
],
|
||||
&["first_frame_object_key", "first_frame_asset_object_id"],
|
||||
);
|
||||
assert_function_contains(
|
||||
source,
|
||||
"async fn process_and_persist_editor_character_animation_frame",
|
||||
"async fn confirm_editor_character_animation_frame_asset_object",
|
||||
&["confirm_editor_character_animation_frame_asset_object"],
|
||||
);
|
||||
assert_function_contains(
|
||||
source,
|
||||
|
||||
Reference in New Issue
Block a user