Skip to content

Commit

Permalink
targetId instead of cohortId in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 17, 2022
1 parent 628d07b commit 11efbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ databaseDetails <- PatientLevelPrediction::createDatabaseDetails(
cdmDatabaseSchema = "main",
cohortDatabaseSchema = "main",
cohortTable = "cohort",
cohortId = 4,
targetId = 4,
outcomeIds = 3,
outcomeDatabaseSchema = "main",
outcomeTable = "cohort",
Expand Down

0 comments on commit 11efbb0

Please sign in to comment.