From b24f008009c575d0086a1c18fae8d705eb5fc76a Mon Sep 17 00:00:00 2001 From: Tim Cadman <41470917+timcadman@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:23:21 +0100 Subject: [PATCH] test: version info should be for dsMediationClient not dsMediation --- scripts/release/release-test.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/release-test.R b/scripts/release/release-test.R index a4a604361..44c8511ab 100755 --- a/scripts/release/release-test.R +++ b/scripts/release/release-test.R @@ -542,7 +542,7 @@ verify_ne_lht_class <- function(){ # here we start the script chronologically cli_alert_success("Loaded Armadillo/DataSHIELD libraries:") -show_version_info(c("MolgenisArmadillo", "DSI", "dsBaseClient", "DSMolgenisArmadillo", "resourcer", "dsMediation")) +show_version_info(c("MolgenisArmadillo", "DSI", "dsBaseClient", "DSMolgenisArmadillo", "resourcer", "dsMediationClient")) cli_alert_success("Loaded other libraries:") show_version_info(c("getPass", "arrow", "httr", "jsonlite", "future"))