Skip to content

Commit a42ad6f

Browse files
committed
test: fix assertion
1 parent f5f5c29 commit a42ad6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/src/bip32.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,7 +1846,7 @@ mod tests {
18461846
#[test]
18471847
fn test_identity_invitation_path() {
18481848
let path = DerivationPath::identity_invitation_path(Network::Dash, 15);
1849-
assert_eq!(path.to_string(), "m/9'/5'/5'/3'/15");
1849+
assert_eq!(path.to_string(), "m/9'/5'/5'/3'/15'");
18501850
}
18511851

18521852
#[test]

0 commit comments

Comments
 (0)