tests: remove temp file

This commit is contained in:
Jindřich Moravec 2024-02-04 15:21:37 +01:00
parent a4a29e632b
commit 827c25cd69

View file

@ -145,6 +145,6 @@ mod tests {
assert!(lookup.contains(&124));
println!("lookup {:?}", lookup);
println!("{encoded:?}")
std::fs::remove_file("test").unwrap();
}
}