1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 12:21:58 +02:00
This commit is contained in:
2022-12-20 22:41:39 +01:00
parent 6f4bb603ec
commit 4c42a43f7d
4 changed files with 7 additions and 10 deletions

View File

@ -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))))