Skip to content

Commit

Permalink
Fix server mismatches
Browse files Browse the repository at this point in the history
  • Loading branch information
lmullen committed Mar 24, 2015
1 parent edf016f commit 12212a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file removed tests/testthat/hecker_items.rds
Binary file not shown.
1 change: 1 addition & 0 deletions tests/testthat/test-files-download.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ test_that("ia_metadata() returns a data frame", {

test_that("ia_get_item() returns a list", {
expect_is(items, "list")
items$TheLifeOfFatherHecker$server <- NULL # server may vary
expect_equal_to_reference(items, "hecker_items.rds")
})

Expand Down

0 comments on commit 12212a4

Please sign in to comment.