mirror of
https://github.com/msberends/AMR.git
synced 2025-07-11 21:41:58 +02:00
(v2.1.1.9068) fix for mo_url() and as.mo() for synonyms
This commit is contained in:
@ -194,6 +194,10 @@ expect_equal(
|
||||
mo_is_gram_positive(c("Escherichia coli", "Staphylococcus aureus", "Candida albicans")),
|
||||
c(FALSE, TRUE, FALSE)
|
||||
)
|
||||
expect_equal(
|
||||
mo_is_yeast(c("Candida", "Trichophyton", "Klebsiella")),
|
||||
c(TRUE, FALSE, FALSE)
|
||||
)
|
||||
# is intrinsic resistant
|
||||
expect_equal(
|
||||
mo_is_intrinsic_resistant(
|
||||
|
Reference in New Issue
Block a user