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

(v2.1.1.9120) unit test fix

This commit is contained in:
2024-12-15 20:32:55 +01:00
parent 7e7db6bb81
commit 8249cfda46
9 changed files with 19 additions and 11 deletions

View File

@ -45,8 +45,8 @@ expect_identical(class(outcome), c("ordered", "factor"))
# example_isolates should have these finding using Dutch guidelines
expect_equal(
as.double(table(outcome)),
c(1954, 24, 6)
) # 1954 neg, 24 unconfirmed, 6 pos, rest is NA
c(1994, 0, 6)
)
expect_equal(
brmo(example_isolates, info = FALSE),