mirror of
https://github.com/msberends/AMR.git
synced 2025-12-13 09:50:31 +01:00
unit tests
This commit is contained in:
@@ -47,10 +47,7 @@ expect_equal(
|
||||
# warning for speed loss
|
||||
# expect_warning(count_resistant(as.character(example_isolates$AMC)))
|
||||
|
||||
# expect_warning(count_resistant(
|
||||
example_isolates$AMC,
|
||||
as.character(example_isolates$GEN)
|
||||
))
|
||||
# expect_warning(count_resistant(example_isolates$AMC, as.character(example_isolates$GEN)))
|
||||
|
||||
# check for errors
|
||||
expect_error(count_resistant("test", minimum = "test"))
|
||||
|
||||
Reference in New Issue
Block a user