Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinity-ryancroote committed Nov 30, 2023
1 parent 5b49700 commit 29a9c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrc/src/exchanges.rs
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ mod test {
let poloniex = Poloniex;
assert!(!poloniex.supports_ipv6());
let crypto = Crypto;
assert!(!crypto.supports_ipv6());
assert!(crypto.supports_ipv6());
}

/// The function tests if the USD asset type is correct.
Expand Down

0 comments on commit 29a9c68

Please sign in to comment.