Skip to content

Commit

Permalink
Update test-CriteriaComparison.R
Browse files Browse the repository at this point in the history
  • Loading branch information
hillarymarler committed Aug 29, 2024
1 parent 98fdaf5 commit d358be5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/testthat/test-CriteriaComparison.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
test_that("TADA_PairForCriteriaCalc function does not grow dataset", {

testdat1 <- TADA_RandomTestingData(
choose_random_state = FALSE,
choose_random_state = TRUE,
number_of_days = 1,
autoclean =
autoclean = TRUE
)

testdat2 <- TADA_PairForCriteriaCalc(testdat1)
expect_true(dim(testdat1)[1] == dim(testdat2)[1])
})
Expand Down

0 comments on commit d358be5

Please sign in to comment.