Skip to content

Commit

Permalink
fix some testing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
evanodell committed Jan 5, 2019
1 parent c3eee64 commit 0acd594
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 838 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^CODE_OF_CONDUCT\.md$
^.*\.Rproj$
^\.Rproj\.user$
^README\.Rmd$
Expand Down
84 changes: 0 additions & 84 deletions inst/doc/introduction.R

This file was deleted.

182 changes: 0 additions & 182 deletions inst/doc/introduction.Rmd

This file was deleted.

570 changes: 0 additions & 570 deletions inst/doc/introduction.html

This file was deleted.

3 changes: 1 addition & 2 deletions tests/testthat/test_get_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ test_that("nomis_get_data return expected format", {
geography = "TYPE464", sex = 0,
cause_of_death = "10381",
age = 0, measure = 6
),
"The API request did not return any results.\nPlease check your parameters."
)
)
})

0 comments on commit 0acd594

Please sign in to comment.