Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
ref #4
  • Loading branch information
wibeasley committed Feb 24, 2020
1 parent dc031e8 commit ff7e87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/tests-get_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ context("Data Access API")
# See https://demo.dataverse.org/dataverse/dataverse-client-r
# https://doi.org/10.70122/FK2/FAN622

test_that("download file from DOI and filename", {
test_that("download tab from DOI and filename", {
actual <- get_file(
file = "roster-bulls-1996.tab",
dataset = "doi:10.70122/FK2/FAN622"
Expand All @@ -12,7 +12,7 @@ test_that("download file from DOI and filename", {
expect_true(1000 < object.size(actual)) # Should be 1+ KB
})

test_that("download file from file id", {
test_that("download tab from file id", {
actual <- get_file(
file = 396357
)
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/utils-manifest.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ retrieve_manifest <- function ( ) {
d
}
# retrieve_manifest()
# checkmate::assert_fi

retrieve_file_expected <- function (subdataverse, file_name) {
path <-
Expand Down

0 comments on commit ff7e87c

Please sign in to comment.