1
0
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:
2020-02-21 21:26:58 +01:00
parent ea32e9916a
commit 0595af2801
10 changed files with 13 additions and 13 deletions

View File

@ -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))))
})