Skip to content

Commit 994e4c7

Browse files
committed
f s/_/-/
1 parent 37d874f commit 994e4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-transaction-sync/tests/integration_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ async fn test_esplora_syncs() {
350350
}
351351

352352
#[tokio::test]
353-
#[cfg(any(feature = "esplora-async-https", feature = "esplora_blocking"))]
353+
#[cfg(any(feature = "esplora-async-https", feature = "esplora-blocking"))]
354354
async fn test_esplora_connects_to_public_server() {
355355
let mut logger = TestLogger {};
356356
let esplora_url = "https://blockstream.info/api".to_string();

0 commit comments

Comments
 (0)