Skip to content

Commit

Permalink
Update test-intersectCohorts.R
Browse files Browse the repository at this point in the history
  • Loading branch information
nmercadeb committed Oct 16, 2024
1 parent fc57e18 commit 3192403
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test-intersectCohorts.R
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,6 @@ test_that("codelist", {
"drug_exposure_start_date" = as.Date(.data$drug_exposure_start_date, origin = "2010-01-01"),
"drug_exposure_end_date" = as.Date(.data$drug_exposure_end_date, origin = "2010-01-01")
)
cdm_local$observation_period <- cdm_local$observation_period|>
dplyr::mutate(observation_period_start_date = as.Date("1990-01-01"), observation_period_end_date = as.Date("2020-01-01"))

cdm <- cdm_local |> copyCdm()

Expand Down

0 comments on commit 3192403

Please sign in to comment.