Skip to content

Commit

Permalink
Also adding workaround to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Nov 14, 2023
1 parent c944742 commit 0d75ade
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/setup.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
library(Eunomia)
library(CohortMethod)
# Workaround for issue https://github.com/tidyverse/vroom/issues/519:
readr::local_edition(1)

connectionDetails <- getEunomiaConnectionDetails()
Eunomia::createCohorts(connectionDetails)
Expand Down

0 comments on commit 0d75ade

Please sign in to comment.