Use log crate to filter verbose messages
This commit is contained in:
parent
860c0ebcac
commit
c3102882a9
5 changed files with 122 additions and 61 deletions
|
@ -59,9 +59,7 @@ mod tests {
|
|||
fn test_base24() {
|
||||
let input = "JTW3TJ7PFJ7V9CCMX84V9PFT8";
|
||||
let unbase24 = super::base24_decode(input).unwrap();
|
||||
println!("{:?}", unbase24);
|
||||
let base24 = super::base24_encode(&unbase24).unwrap();
|
||||
println!("{}", base24);
|
||||
assert_eq!(input, base24);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue