mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 21:22:01 +02:00
Fix Latex PDF error
This commit is contained in:
@ -29,3 +29,16 @@ test_that("guess_bactid works", {
|
||||
"VISA")),
|
||||
rep("STAAUR", 8))
|
||||
})
|
||||
|
||||
test_that("guess_atc works", {
|
||||
expect_equal(guess_atc(c("J01FA01",
|
||||
"Erythromycin",
|
||||
"eryt",
|
||||
"ERYT",
|
||||
"ERY",
|
||||
"Erythrocin",
|
||||
"Eryzole",
|
||||
"Pediamycin")),
|
||||
rep("J01FA01", 8))
|
||||
|
||||
})
|
||||
|
Reference in New Issue
Block a user