Skip to content

Commit

Permalink
feat(#9): chars
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Ivanchuk <[email protected]>
  • Loading branch information
h1alexbel and l3r8yJ authored Jun 5, 2024
1 parent 5a92c06 commit 6cfc7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xml/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mod tests {
init();
let storage = "fakehub.xml";
let exists = Path::new(storage).exists();
assert!(exists, "storage file {storage} was not created, but should");
assert!(exists, "storage file '{storage}' was not created, but should");
clean();
}
}

0 comments on commit 6cfc7b3

Please sign in to comment.