mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 16:42:10 +02:00
DSMZ data
This commit is contained in:
@ -25,7 +25,7 @@ test_that("get_locale works", {
|
||||
expect_identical(mo_genus("B_GRAMP", language = "pt"),
|
||||
"(Gram positivos desconhecidos)")
|
||||
|
||||
expect_identical(mo_fullname("CoNS", "en"), "Coagulase Negative Staphylococcus (CoNS)")
|
||||
expect_identical(mo_fullname("CoNS", "en"), "Coagulase-negative Staphylococcus (CoNS)")
|
||||
expect_identical(mo_fullname("CoNS", "de"), "Koagulase-negative Staphylococcus (KNS)")
|
||||
expect_identical(mo_fullname("CoNS", "nl"), "Coagulase-negatieve Staphylococcus (CNS)")
|
||||
expect_identical(mo_fullname("CoNS", "es"), "Staphylococcus coagulasa negativo (CoNS)")
|
||||
|
@ -244,5 +244,4 @@ test_that("as.mo works", {
|
||||
# summary
|
||||
expect_equal(length(summary(septic_patients$mo)), 6)
|
||||
|
||||
expect_warning(as.mo("Cutibacterium"))
|
||||
})
|
||||
|
Reference in New Issue
Block a user