Skip to content

Commit

Permalink
add sync_mainnet_wlt test
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Nov 24, 2024
1 parent 67c6b65 commit 1ea216c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/transfers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,16 @@ fn mainnet_wlt_receiving_test_asset() {
}
}

#[test]
fn sync_mainnet_wlt() {
initialize();

let mut wlt_1 = get_mainnet_wallet();

// this fails with a 'Too many requests' error when using esplora
wlt_1.sync();
}

#[test]
fn tapret_wlt_receiving_opret() {
initialize();
Expand Down

0 comments on commit 1ea216c

Please sign in to comment.