diff --git a/roles/tests-integration/tests/common/mod.rs b/roles/tests-integration/tests/common/mod.rs index 782b56ad5e..5e68d66a67 100644 --- a/roles/tests-integration/tests/common/mod.rs +++ b/roles/tests-integration/tests/common/mod.rs @@ -146,7 +146,7 @@ impl TemplateProvider { } fn stop(&self) { - let _ = self.bitcoind.client.stop().unwrap(); + self.bitcoind.stop().expect("Failed to stop bitcoind"); } fn generate_blocks(&self, n: u64) {