Skip to content

Commit

Permalink
close NotConnected
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Mar 3, 2022
1 parent d43f6a9 commit 87a1df3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/multipart/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ fn parser() {
},
Err(err) => panic!("{}", err),
}
std::fs::remove_file("awesome_image.gif");
std::fs::remove_file("file.txt");
std::fs::remove_file("file1.txt");
std::fs::remove_file("genome.txt");
std::fs::remove_file("image.gif");
}

#[test]
Expand Down

0 comments on commit 87a1df3

Please sign in to comment.