Skip to content

Commit

Permalink
fixed broken warning message
Browse files Browse the repository at this point in the history
timcadman committed Mar 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e2d65cf commit 2a82d86
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/release/release-test.R
Original file line number Diff line number Diff line change
@@ -117,7 +117,7 @@ check_assigning(project = project1, folder = "2_1-core-1_0", table = "nonrep", o

cli_h2("Testing resources as a researcher")
source("test-cases/verify-resources.R")
verify_resources(project = project1, resource_path = "ewas/GSE66351_1", ADMIN_MODE = test_config$ADMIN_MODE, profile_info = profile_info, skip_tests = test_config$skip_tests)
verify_resources(project = project1, resource_path = "ewas/GSE66351_1", ADMIN_MODE = test_config$ADMIN_MODE, profile = test_config$profile, profile_info = profile_info, skip_tests = test_config$skip_tests)

cli_h2("Verifying xenon packages")
cli_alert_info("Verifying dsBase")
2 changes: 1 addition & 1 deletion scripts/release/test-cases/verify-resources.R
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ verify_assign_expression <- function() {
)
}

verify_resources <- function(project, resource_path, ADMIN_MODE, profile_info, skip_tests) {
verify_resources <- function(project, resource_path, ADMIN_MODE, profile, profile_info, skip_tests) {
test_name <- "verify-resources"
if (do_skip_test(test_name, skip_tests)) {
return()

0 comments on commit 2a82d86

Please sign in to comment.