mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-10 22:35:45 -05:00
test: fix assert
This commit is contained in:
parent
e0891e08c5
commit
4396c7db8b
1 changed files with 2 additions and 2 deletions
|
|
@ -84,8 +84,8 @@ fn assert_has_keys_hashmap(map: &HashMap<String, Value>, keys: &[&str]) {
|
|||
#[serial]
|
||||
pub async fn can_start_server() {
|
||||
setup_test(SlowCancelConfig, |harness_ctx| async move {
|
||||
let (_, _, _) = setup_daemon(harness_ctx).await;
|
||||
assert!(true);
|
||||
let (client, _, _) = setup_daemon(harness_ctx).await;
|
||||
assert!(client.is_connected());
|
||||
Ok(())
|
||||
})
|
||||
.await;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue