From a161376c18f04c2b5e0aae7592460e15c377cdba Mon Sep 17 00:00:00 2001 From: jgilber2 Date: Thu, 26 Sep 2024 09:37:07 -0700 Subject: [PATCH] checksum test fix --- tests/testthat/test-4-moduleCohortRelationship.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testthat/test-4-moduleCohortRelationship.R b/tests/testthat/test-4-moduleCohortRelationship.R index bc442b0c2..603517a66 100644 --- a/tests/testthat/test-4-moduleCohortRelationship.R +++ b/tests/testthat/test-4-moduleCohortRelationship.R @@ -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) )