Change test output to use debug!()
This commit is contained in:
parent
f01a262bdf
commit
83876b7c2c
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ mod tests {
|
|||
}
|
||||
|
||||
let id = PathBuf::from(format!("category/{}", category_name));
|
||||
println!("Trying: {:?}", id);
|
||||
debug!("Trying: {:?}", id);
|
||||
let category = store.get(id);
|
||||
|
||||
assert!(category.is_ok(), format!("Expected Ok(_), got: {:?}", category));
|
||||
|
|
Loading…
Reference in a new issue