mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 11:01:52 +02:00
(v1.6.0.9023) new unit test flow
This commit is contained in:
@ -37,6 +37,5 @@ test_that("key_antimcrobials work", {
|
||||
expect_true(antimicrobials_equal(".SS", "SI.", ignore_I = TRUE, type = "keyantimicrobials"))
|
||||
expect_false(antimicrobials_equal(".SS", "SI.", ignore_I = FALSE, type = "keyantimicrobials"))
|
||||
|
||||
library(dplyr, warn.conflicts = FALSE)
|
||||
expect_warning(key_antimicrobials(example_isolates %>% slice(rep(1, 10))))
|
||||
expect_warning(key_antimicrobials(example_isolates[rep(1, 10), ]))
|
||||
})
|
||||
|
Reference in New Issue
Block a user