mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 19:41:58 +02:00
(v1.3.0.9030) matching score update
This commit is contained in:
@ -37,7 +37,7 @@ test_that("disk works", {
|
||||
expect_warning(as.disk("INVALID VALUE"))
|
||||
|
||||
expect_output(print(as.disk(12)))
|
||||
library(dplyr)
|
||||
library(dplyr, warn.conflicts = FALSE)
|
||||
expect_output(print(tibble(d = as.disk(12))))
|
||||
|
||||
})
|
||||
|
Reference in New Issue
Block a user