diff --git a/crates/bili_sync/src/workflow.rs b/crates/bili_sync/src/workflow.rs index 9d3bb2c..0e98155 100644 --- a/crates/bili_sync/src/workflow.rs +++ b/crates/bili_sync/src/workflow.rs @@ -651,7 +651,7 @@ mod tests { ); assert_eq!( template - .path_safe_render("test_path_windows", &json!({"title": "关注永雏/塔菲喵"})) + .path_safe_render("test_path_windows", &json!({"title": "关注/永雏塔菲喵"})) .unwrap(), r"关注_永雏塔菲\\test\\a" );