mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 08:32:04 +02:00
(v1.0.0.9006) fix WARNING
This commit is contained in:
@ -33,7 +33,7 @@ test_that("disk works", {
|
||||
expect_warning(as.disk("INVALID VALUE"))
|
||||
|
||||
expect_output(print(as.disk(12)))
|
||||
library(tibble)
|
||||
library(dplyr)
|
||||
expect_output(print(tibble(d = as.disk(12))))
|
||||
|
||||
})
|
||||
|
Reference in New Issue
Block a user