refactor: extract platform media crates
This commit is contained in:
@@ -1792,9 +1792,8 @@ mod tests {
|
||||
"publishedAtMicros": 1_713_686_401_234_000i64
|
||||
});
|
||||
|
||||
let work =
|
||||
map_work_summary_record(gallery_row, &request_context, "画廊作者".to_string())
|
||||
.expect("gallery summary should use provided author display name");
|
||||
let work = map_work_summary_record(gallery_row, &request_context, "画廊作者".to_string())
|
||||
.expect("gallery summary should use provided author display name");
|
||||
|
||||
assert_eq!(work.author_display_name, "画廊作者");
|
||||
assert_eq!(
|
||||
|
||||
Reference in New Issue
Block a user