mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 12:21:58 +02:00
fixes
This commit is contained in:
@ -114,7 +114,7 @@ expect_identical(
|
||||
"Paraburkholderia nodosa"
|
||||
))
|
||||
),
|
||||
rep("B_PRBRK_NODS", 4)
|
||||
rep("B_PRBRK_NODS", 2)
|
||||
)
|
||||
|
||||
# empty values
|
||||
@ -198,9 +198,6 @@ if (AMR:::pkg_is_available("dplyr", min_version = "1.0.0")) {
|
||||
expect_true(example_isolates %>% pull(mo) %>% is.mo())
|
||||
}
|
||||
|
||||
# unknown results
|
||||
expect_warning(as.mo("INVALID"))
|
||||
|
||||
# print
|
||||
expect_stdout(print(as.mo(c("B_ESCHR_COLI", NA))))
|
||||
|
||||
|
Reference in New Issue
Block a user