mirror of https://github.com/zkat/cacache-rs.git
test: remove debugging prindln
This commit is contained in:
parent
a3c73f0cd4
commit
146e2019a1
|
|
@ -22,7 +22,6 @@ mod tests {
|
|||
fn basic_write() {
|
||||
let tmp = tempfile::tempdir().unwrap();
|
||||
let dir = tmp.path().to_owned();
|
||||
println!("dir: {}", dir.to_str().unwrap());
|
||||
let sri = write(&dir, b"hello world").unwrap();
|
||||
assert_eq!(
|
||||
sri.to_string(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue