tests: remove temp file
This commit is contained in:
parent
a4a29e632b
commit
827c25cd69
1 changed files with 1 additions and 1 deletions
|
|
@ -145,6 +145,6 @@ mod tests {
|
||||||
assert!(lookup.contains(&124));
|
assert!(lookup.contains(&124));
|
||||||
println!("lookup {:?}", lookup);
|
println!("lookup {:?}", lookup);
|
||||||
|
|
||||||
println!("{encoded:?}")
|
std::fs::remove_file("test").unwrap();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue