diff --git a/subprojects/gdk_rust/tests/integration.rs b/subprojects/gdk_rust/tests/integration.rs index 4f6e49452..1224bf1b0 100644 --- a/subprojects/gdk_rust/tests/integration.rs +++ b/subprojects/gdk_rust/tests/integration.rs @@ -260,6 +260,9 @@ fn spv_cross_validation_session() { let txitem = test_session1.get_tx_from_list(&txid); assert_eq!(txitem.block_height, 135); assert_eq!(txitem.spv_verified, "verified"); + + test_session1.stop(); + test_session2.stop(); } fn setup_forking_sessions(enable_session_cross: bool) -> (TestSession, TestSession) {