From d88217030f967cf5f2d0fec96dc55984205beba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=20Faltib=C3=A0?= Date: Wed, 11 Sep 2024 13:49:10 +0200 Subject: [PATCH] add sync_mainnet_wlt test --- tests/transfers.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/transfers.rs b/tests/transfers.rs index 9daf6ba..81f8ad5 100644 --- a/tests/transfers.rs +++ b/tests/transfers.rs @@ -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();