Skip to content

Commit

Permalink
chore(#13): tests to test
Browse files Browse the repository at this point in the history
  • Loading branch information
l3r8yJ committed Jun 23, 2024
1 parent 2e3d655 commit c3828fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/xml/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ mod tests {
#[test]
fn creates_xml_storage_with_different_name() -> Result<()> {
let temp = TempDir::new("temp")?;
let path = temp.path().join("tests.xml");
let path = temp.path().join("test.xml");
let storage = path.to_str();
touch_storage(storage);
assert!(
Expand Down

0 comments on commit c3828fa

Please sign in to comment.