Skip to content

Commit

Permalink
Remove files generated by test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Apr 23, 2024
1 parent 88ad91b commit ff5479e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vm/src/vm/runners/cairo_pie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -642,5 +642,7 @@ mod test {
let deserialized_pie = CairoPie::read_zip_file(file_path).unwrap();
// Check that both pies are equal
assert_eq!(cairo_pie, deserialized_pie);
// Remove zip file created by the test
std::fs::remove_file(file_path).unwrap();
}
}

0 comments on commit ff5479e

Please sign in to comment.