Skip to content

Commit

Permalink
fixing tests for Cohorts
Browse files Browse the repository at this point in the history
  • Loading branch information
nhall6 committed Sep 20, 2024
1 parent 0239dca commit b2ef923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added tests/testthat/Rplots.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions tests/testthat/test-cohort-generator-main.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ shiny::testServer(
testthat::expect_true(inherits(connectionHandler,"ConnectionHandler"))


testthat::expect_true(!is.null(output$cohortCounts))
testthat::expect_true(!is.null(output$cohortGeneration))
testthat::expect_true(!is.null(data))
testthat::expect_true(!is.null(dataGen))
#testthat::expect_true(nrow(inclusionStats)>0)
#testthat::expect_true(!is.null(output$inclusionsStats))

Expand Down

0 comments on commit b2ef923

Please sign in to comment.