Skip to content

Commit

Permalink
Merge branch 'develop' into validate_external_improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Dec 10, 2024
2 parents 57fd258 + 8f76c69 commit bb1d2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/RunPlpHelpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ printHeader <- function(plpData,
ParallelLogger::logInfo(sprintf("%-20s%s", "Covariates: ",
plpData$covariateData$covariateRef %>%
dplyr::pull(.data$covariateId) %>%
dplyr::tally()))
length()))
return(invisible(TRUE))
}

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-runPlpHelpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test_that("check printHeader runs", {
outcomeId = outcomeId,
analysisId = 123,
analysisName = 'test',
ExecutionDateTime = Sys.time()
executionDateTime = Sys.time()
)
expect_is(header, "logical")

Expand Down

0 comments on commit bb1d2eb

Please sign in to comment.