Skip to content

Commit

Permalink
test: 修复 windows 单元测试错误 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer authored Aug 8, 2024
1 parent ae05cad commit 66a7b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bili_sync/src/workflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
Expand Down

0 comments on commit 66a7b13

Please sign in to comment.