Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Aug 29, 2024
1 parent 2f5ccc1 commit b9ff728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-CohortConstructionAndStats.R
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ test_that("Insert cohort stats with INT64 for cohort_definition_id", {
# Obtain a list of cohorts to test
cohortsWithStats <- getCohortsForTest(cohorts, generateStats = TRUE)

cohortsWithStats$cohortId <- cohortsWithStats$cohortId + .Machine$integer.max
cohortsWithStats$cohortId <- cohortsWithStats$cohortId + as.numeric(.Machine$integer.max)

# Insert the inclusion rule names
cohortInclusionRules <- insertInclusionRuleNames(
Expand Down

0 comments on commit b9ff728

Please sign in to comment.