Skip to content

Commit

Permalink
Remove commented out remove in drop for TestRepos (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX authored Jan 12, 2024
1 parent 5500851 commit e297324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo_util/src/repo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ impl TestRepos {

impl Drop for TestRepos {
fn drop(&mut self) {
// let _res = fs::remove_dir_all(&self.clone_path);
let _res = fs::remove_dir_all(&self.clone_path);
let _res = fs::remove_dir_all(&self.bare_repo_path);
}
}
Expand Down

0 comments on commit e297324

Please sign in to comment.