mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 00:02:38 +02:00
small units test
This commit is contained in:
@ -61,4 +61,6 @@ test_that("creation of data sets is valid", {
|
||||
DT <- make_DT()
|
||||
expect_lt(nrow(DT[prevalence == 1]), nrow(DT[prevalence == 2]))
|
||||
expect_lt(nrow(DT[prevalence == 2]), nrow(DT[prevalence == 3]))
|
||||
old <- make_trans_tbl()
|
||||
expect_gt(length(old), 0)
|
||||
})
|
||||
|
Reference in New Issue
Block a user