1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 23:21:56 +02:00

(v1.1.0.9003) CI fix

This commit is contained in:
2020-05-01 09:14:32 +02:00
parent 77d8f97e0c
commit 9fce546901
12 changed files with 30 additions and 37 deletions

View File

@ -288,10 +288,4 @@ test_that("as.mo works", {
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")
})