diff --git a/server-rs/crates/api-server/src/character_animation_assets.rs b/server-rs/crates/api-server/src/character_animation_assets.rs index 117e539c8..7e02470c1 100644 --- a/server-rs/crates/api-server/src/character_animation_assets.rs +++ b/server-rs/crates/api-server/src/character_animation_assets.rs @@ -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,