Skip to content

Commit 13d72f2

Browse files
committed
f Disable tests without enabled client
1 parent 5fab027 commit 13d72f2

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
@@ -71,7 +71,7 @@ mod esplora;
7171
#[cfg(any(feature = "esplora-blocking", feature = "esplora-async"))]
7272
mod types;
7373

74-
#[cfg(test)]
74+
#[cfg(all(test, any(feature = "esplora-async", feature = "esplora-blocking")))]
7575
mod tests;
7676

7777
mod error;

0 commit comments

Comments
 (0)