1
This commit is contained in:
@@ -198,11 +198,7 @@ mod tests {
|
||||
.iter()
|
||||
.any(|template| template.template_id == PUZZLE_TRAVEL_MEMORY_TEMPLATE_ID)
|
||||
);
|
||||
assert!(
|
||||
catalog
|
||||
.iter()
|
||||
.all(|template| template.supported_level_mode
|
||||
== PuzzleCreativeSupportedLevelMode::SingleOrMulti)
|
||||
);
|
||||
assert!(catalog.iter().all(|template| template.supported_level_mode
|
||||
== PuzzleCreativeSupportedLevelMode::SingleOrMulti));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -472,8 +472,7 @@ mod tests {
|
||||
min_points: 4,
|
||||
max_points: 16,
|
||||
pricing_unit: PuzzleCreativePricingUnit::Point,
|
||||
reason: "按旅行节点和每关图片生成次数估算,实际扣费以后端任务结算为准"
|
||||
.to_string(),
|
||||
reason: "按旅行节点和每关图片生成次数估算,实际扣费以后端任务结算为准".to_string(),
|
||||
},
|
||||
work_title: "旅行记忆".to_string(),
|
||||
work_description: "把旅行照片做成系列拼图。".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user