Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Nov 5, 2024
1 parent 885bae3 commit 62faebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/fs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ mod test {
assert_eq!(
file.content_disposition(),
Some(&HeaderValue::from_static(
"attachment; filename=attach.file"
r#"attachment; filename="attach.file""#
))
);
}
Expand Down

0 comments on commit 62faebd

Please sign in to comment.