We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d969d25 commit 5abb9dbCopy full SHA for 5abb9db
src/model/account/address.rs
@@ -111,7 +111,8 @@ mod tests {
111
#[test]
112
fn test_address_std_from_str() {
113
let expected_address = "3MtQQX9NwYH5URGGcS2e6ptEgV7wTFesaRW";
114
- let address = Address::from_str(expected_address).expect("failed to get address from string");
+ let address =
115
+ Address::from_str(expected_address).expect("failed to get address from string");
116
assert_eq!(expected_address, address.encoded())
117
}
118
0 commit comments