mirror of
https://github.com/msberends/AMR.git
synced 2025-09-04 00:09:58 +02:00
(v2.1.1.9199) fix eucast
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
# how to conduct AMR data analysis: https://msberends.github.io/AMR/ #
|
||||
# ==================================================================== #
|
||||
|
||||
test_that("mo works", {
|
||||
test_that("test-mo.R", {
|
||||
MOs <- subset(microorganisms, !is.na(mo) & nchar(mo) > 3)
|
||||
expect_identical(as.character(MOs$mo), as.character(as.mo(MOs$mo, keep_synonyms = TRUE)))
|
||||
|
||||
|
Reference in New Issue
Block a user