mirror of
https://github.com/msberends/AMR.git
synced 2025-09-04 00:09:58 +02:00
(v1.3.0.9030) matching score update
This commit is contained in:
@@ -25,7 +25,7 @@ test_that("as.mo works", {
|
||||
|
||||
skip_on_cran()
|
||||
|
||||
library(dplyr)
|
||||
library(dplyr, warn.conflicts = FALSE)
|
||||
|
||||
MOs <- microorganisms %>% filter(!is.na(mo), nchar(mo) > 3)
|
||||
expect_identical(as.character(MOs$mo), as.character(as.mo(MOs$mo)))
|
||||
|
Reference in New Issue
Block a user