Skip to content

Commit

Permalink
Upgrade TP test module version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Oct 11, 2024
1 parent af6b256 commit 52a2155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/tests-integration/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use tar::Archive;
// prevents get_available_port from ever returning the same port twice
static UNIQUE_PORTS: Lazy<Mutex<HashSet<u16>>> = Lazy::new(|| Mutex::new(HashSet::new()));

const VERSION_TP: &str = "0.1.7";
const VERSION_TP: &str = "0.1.9";

fn download_bitcoind_tarball(download_url: &str) -> Vec<u8> {
let response = minreq::get(download_url)
Expand Down

0 comments on commit 52a2155

Please sign in to comment.