mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
5 lines
129 B
Rust
5 lines
129 B
Rust
|
#[tokio::test]
|
||
|
async fn monerod_integration_test() {
|
||
|
let _client = monero_rpc::monerod::Client::localhost(18081).unwrap();
|
||
|
}
|