1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-03 20:49:43 +02:00

(v1.3.0.9025) optimalisation

This commit is contained in:
2020-09-19 15:15:57 +02:00
parent 2f0186ace2
commit a1411ddafc
15 changed files with 27 additions and 25 deletions

View File

@@ -30,7 +30,8 @@ test_that("EUCAST rules work", {
c("if_mo_property", "like.is.one_of", "this_value",
"and_these_antibiotics", "have_these_values",
"then_change_these_antibiotics", "to_value",
"reference.rule", "reference.rule_group"))
"reference.rule", "reference.rule_group",
"reference.version"))
expect_error(suppressWarnings(eucast_rules(example_isolates, col_mo = "Non-existing")))
expect_error(eucast_rules(x = "text"))