Skip to content

Commit

Permalink
checksum test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov committed Sep 26, 2024
1 parent 8296387 commit a161376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-4-moduleCohortRelationship.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ test_that("Testing executeCohortRelationshipDiagnostics", {
dplyr::filter(cohortId == 1) %>%
dplyr::filter(comparatorId == 10) %>%
dplyr::mutate(
checksum2 = paste0(
checksum2 = computeChecksum(paste0(
targetChecksum,
comparatorChecksum
)
))
) %>%
dplyr::pull(checksum2)
)
Expand Down

0 comments on commit a161376

Please sign in to comment.