Skip to content

Commit

Permalink
verify travis fails bad test
Browse files Browse the repository at this point in the history
ref #4
  • Loading branch information
wibeasley committed Jan 2, 2020
1 parent d69422d commit 8db3a35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/tests-data-access.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
context("Data Access API")

test_that("get file metadata from DOI and filename", {
expect_true(FALSE)
f1 <- get_file_metadata("constructionData.tab", "doi:10.7910/DVN/ARKOTI", key = "", server = "dataverse.harvard.edu")
expect_true(is.character(f1))
})
Expand Down

0 comments on commit 8db3a35

Please sign in to comment.