Skip to content

Commit

Permalink
Test coverage can be 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
gowthamrao committed Oct 23, 2023
1 parent 6789389 commit a89bf24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-createCohortExplorerApp.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,12 @@ test_that("no connection or connection details", {
testthat::expect_error(
createCohortExplorerApp(
cdmDatabaseSchema = cdmDatabaseSchema,
cohortDatabaseSchema = cohortDatabaseSchema,
vocabularyDatabaseSchema = vocabularyDatabaseSchema,
cohortTable = cohortTable,
cohortDefinitionId = c(1),
sampleSize = 100,
databaseId = "database Data",
databaseId = "databaseRandom",
exportFolder = outputDir
)
)
Expand Down

0 comments on commit a89bf24

Please sign in to comment.