Skip to content

Commit

Permalink
Fix multi-hop test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Nov 25, 2024
1 parent 562f4f5 commit 3bbd505
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,9 @@ mod test {
assert_eq!(
account_id.trace,
AccountTrace::Remote(vec![
TruncatedChainId::_from_str("ethereum"),
TruncatedChainId::_from_str("bitcoin"),
TruncatedChainId::_from_str("cosmos"),
TruncatedChainId::_from_str("bitcoin"),
TruncatedChainId::_from_str("ethereum"),
])
);
}
Expand Down

0 comments on commit 3bbd505

Please sign in to comment.