1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 10:22:01 +02:00

coercion fixes

This commit is contained in:
2022-10-19 06:59:36 +02:00
parent 3fc39198d0
commit f203928f7e
5 changed files with 7 additions and 7 deletions

View File

@ -283,7 +283,7 @@ expect_equal(
)
# no viruses
expect_equal(as.mo("Virus"), as.mo("UNKNOWN"))
expect_equal(suppressWarnings(as.mo("Virus")), as.mo("UNKNOWN"))
# summary
expect_equal(length(summary(example_isolates$mo)), 6)