Skip to content

Commit f2c9c35

Browse files
committed
fix test name
1 parent 75562f8 commit f2c9c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/tests/address.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ fn byron_addr_type_pubkey() {
706706
}
707707

708708
#[test]
709-
fn byron_addr_type_no_redeem() {
709+
fn byron_addr_type_redeem() {
710710
let byron_addr = ByronAddress::from_base58("Ae2tdPwUPEZ9vtyppa1FdJzvqJZkEcXgdHxVYAzTWcPaoNycVq5rc36LC1S").unwrap();
711711
assert_eq!(byron_addr.byron_address_kind(), ByronAddressType::ATRedeem);
712712
}

0 commit comments

Comments
 (0)