Skip to content

Commit

Permalink
1 -> 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AloeareV committed Oct 17, 2024
1 parent f04615b commit 9f5a4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtonode-tests/tests/concrete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ mod fast {
let val_tranfers = dbg!(sender.value_transfers().await);
// This fails, as we don't scan sends to tex correctly yet
assert_eq!(
val_tranfers.0[1].recipient_address().unwrap(),
val_tranfers.0[2].recipient_address().unwrap(),
tex_addr_from_first.encode()
);
}
Expand Down

0 comments on commit 9f5a4cd

Please sign in to comment.