Skip to content

Commit bc09e32

Browse files
committed
f Disable tests without enabled client
1 parent 6619ef8 commit bc09e32

File tree

1 file changed

+1
-1
lines changed
  • lightning-transaction-sync/src

1 file changed

+1
-1
lines changed

lightning-transaction-sync/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ mod esplora;
7575
#[cfg(any(feature = "esplora-blocking", feature = "esplora-async"))]
7676
mod types;
7777

78-
#[cfg(test)]
78+
#[cfg(all(test, any(feature = "esplora-async", feature = "esplora-blocking")))]
7979
mod tests;
8080

8181
mod error;

0 commit comments

Comments
 (0)