mirror of
https://github.com/msberends/AMR.git
synced 2025-07-10 11:01:55 +02:00
(v2.1.1.9275) include guideline name in MDRO verbose output
This commit is contained in:
@ -284,7 +284,7 @@ test_that("test-mdro.R", {
|
||||
|
||||
expect_equal(
|
||||
colnames(suppressWarnings(mdro(example_isolates[1:10, ], verbose = TRUE, info = FALSE))),
|
||||
c("row_number", "microorganism", "MDRO", "reason", "all_nonsusceptible_columns")
|
||||
c("row_number", "microorganism", "MDRO", "reason", "all_nonsusceptible_columns", "guideline")
|
||||
)
|
||||
|
||||
# print groups
|
||||
|
Reference in New Issue
Block a user