Skip to content

Commit

Permalink
fix CRAN check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Feb 5, 2022
1 parent cb20bcf commit 3187e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-json_reader.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_path <- "custom_data/mtcars.json"
target <- tibble::as_tibble(head(mtcars))
target <- dplyr::as_tibble(head(mtcars))

test_that("json_reader can read in a simple dataset", {
test <- json_reader(test_path)
Expand Down

0 comments on commit 3187e0f

Please sign in to comment.