Skip to content

Commit 2a933ce

Browse files
committed
test(handlers): drop redundant cfg gate on test module
1 parent bc8135d commit 2a933ce

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/handlers.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,12 +1709,6 @@ pub fn handle_descriptor_command(
17091709
format_descriptor_output(&result, pretty)
17101710
}
17111711

1712-
#[cfg(any(
1713-
feature = "electrum",
1714-
feature = "esplora",
1715-
feature = "cbf",
1716-
feature = "rpc"
1717-
))]
17181712
#[cfg(test)]
17191713
mod test {
17201714
#[cfg(any(

0 commit comments

Comments
 (0)