1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-11 21:41:58 +02:00

(v2.1.1.9257) adjust unit tests

This commit is contained in:
2025-04-27 09:58:19 +02:00
parent f340e257fa
commit d2b3937a90
4 changed files with 10 additions and 13 deletions

View File

@ -325,15 +325,13 @@ test_that("test-sir.R", {
expect_message(as.sir(data.frame(
mo = "E. coli",
NIT = c("<= 2", 32),
uti = TRUE,
info = TRUE
)))
uti = TRUE
), info = TRUE))
expect_message(as.sir(data.frame(
mo = "E. coli",
NIT = c("<= 2", 32),
specimen = c("urine", "blood"),
info = TRUE
)))
specimen = c("urine", "blood")
), info = TRUE))
# SDD vs I in CLSI 2024
expect_identical(