Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Nov 28, 2016
1 parent a906c18 commit d7a14fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions man/sift_client.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/testthat/test-fail-well.R
Expand Up @@ -17,7 +17,7 @@ test_that("sift_client fails well", {
test_that("sifter fails well", {
skip_on_cran()

file <- system.file("examples", "zillow_or.geojson", package = "siftgeojson")
file <- system.file("examples", "zillow_or.geojson", package = "geofilter")
json <- paste0(readLines(file), collapse = "")

expect_equal(sifter(json, COUNTY == asadf), "[]")
Expand Down

0 comments on commit d7a14fd

Please sign in to comment.