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:
@ -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),
|
||||
|
Reference in New Issue
Block a user