mirror of
https://github.com/msberends/AMR.git
synced 2025-07-10 00:23:03 +02:00
(v1.1.0.9000) CLSI as.rsi() fix, better vctrs support, new CI
This commit is contained in:
@ -287,4 +287,11 @@ test_that("as.mo works", {
|
||||
expect_warning(x[1] <- "invalid code")
|
||||
expect_warning(x[[1]] <- "invalid code")
|
||||
expect_warning(c(x[1], "test"))
|
||||
|
||||
# joining on mo class
|
||||
expect_identical(class(bind_rows(example_isolates,
|
||||
example_isolates,
|
||||
example_isolates)$mo),
|
||||
"mo")
|
||||
|
||||
})
|
||||
|
Reference in New Issue
Block a user