Skip to content

Commit

Permalink
Delete duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyVavilin committed Nov 8, 2019
1 parent bb643ce commit fd3fc6f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ton_client/client/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,12 +293,3 @@ fn test_address_parsing() {
assert_eq!(encode_base64(&address, true, true, false).unwrap(), base64);
assert_eq!(encode_base64(&address, true, true, true ).unwrap(), base64_url);
}

#[test]
fn test_print_base64_address_from_hex() {
let hex_address = "0:9f2bc8a81da52c6b8cb1878352120f21e254138fff0b897f44fb6ff2b8cae256";

let address = account_decode(hex_address).unwrap();

println!("{}", encode_base64(&address, false, false, false).unwrap());
}

0 comments on commit fd3fc6f

Please sign in to comment.