fix: align rust workspace build scope
This commit is contained in:
@@ -3432,11 +3432,6 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
pub(crate) fn find_motion_template(id: &str) -> Option<&'static MotionTemplate> {
|
||||
BUILT_IN_MOTION_TEMPLATES
|
||||
.iter()
|
||||
.find(|template| template.id == id.trim())
|
||||
}
|
||||
fn resolve_character_animation_model_uses_strategy_specific_field() {
|
||||
let payload = CharacterAnimationGenerateRequest {
|
||||
character_id: "hero".to_string(),
|
||||
|
||||
@@ -1775,6 +1775,8 @@ mod tests {
|
||||
let error = validate_custom_world_profile_upsert_input(&CustomWorldProfileUpsertInput {
|
||||
profile_id: "cwprof_001".to_string(),
|
||||
owner_user_id: "user_001".to_string(),
|
||||
public_work_code: None,
|
||||
author_public_user_code: None,
|
||||
source_agent_session_id: None,
|
||||
world_name: "裂潮边城".to_string(),
|
||||
subtitle: "港口余烬".to_string(),
|
||||
|
||||
@@ -1573,6 +1573,9 @@ fn deserialize_run(value: &str) -> Result<PuzzleRunSnapshot, String> {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use module_puzzle::{
|
||||
build_generated_candidates, empty_anchor_pack, recommendation_score, tag_similarity_score,
|
||||
};
|
||||
|
||||
#[test]
|
||||
fn puzzle_json_round_trip_keeps_snapshot_shape() {
|
||||
|
||||
Reference in New Issue
Block a user