Skip to content

Commit

Permalink
Shutdown test sessions
Browse files Browse the repository at this point in the history
Co-authored-by: LeoComandini <26792912+LeoComandini@users.noreply.github.com>
  • Loading branch information
shesek and LeoComandini committed Dec 23, 2020
1 parent a903cb5 commit 822a5bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions subprojects/gdk_rust/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 822a5bc

Please sign in to comment.