Remove commented out orchard::Address FromStr/Display test vector test for now
This commit is contained in:
parent
f067a25d50
commit
ec5d3a647f
|
@ -118,21 +118,6 @@ mod tests {
|
||||||
|
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
// #[test]
|
|
||||||
// fn from_str_display() {
|
|
||||||
// zebra_test::init();
|
|
||||||
|
|
||||||
// let zo_addr: Address =
|
|
||||||
// "zs1qqqqqqqqqqqqqqqqqrjq05nyfku05msvu49mawhg6kr0wwljahypwyk2h88z6975u563j8nfaxd"
|
|
||||||
// .parse()
|
|
||||||
// .unwrap();
|
|
||||||
|
|
||||||
// assert_eq!(
|
|
||||||
// format!("{}", zo_addr),
|
|
||||||
// "zs1qqqqqqqqqqqqqqqqqrjq05nyfku05msvu49mawhg6kr0wwljahypwyk2h88z6975u563j8nfaxd"
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn derive_keys_and_addresses() {
|
fn derive_keys_and_addresses() {
|
||||||
zebra_test::init();
|
zebra_test::init();
|
||||||
|
|
Loading…
Reference in New Issue