Skip to content

Commit

Permalink
Merge c6d459d into 8befd4f
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklucius committed Oct 23, 2019
2 parents 8befd4f + c6d459d commit dad2a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-all.R
Expand Up @@ -137,7 +137,7 @@ test_that("Warn instead of fail if X-SODA2-* headers are missing", {
expect_silent(df <- read.socrata("https://odn.data.socrata.com/resource/pvug-y23y.json"))
expect_equal("data.frame", class(dfCsv), label="class", info="https://github.com/Chicago/RSocrata/issues/118")
expect_equal("data.frame", class(dfJson), label="class", info="https://github.com/Chicago/RSocrata/issues/118")
expect_equal(150, ncol(dfCsv), label="columns", info="https://github.com/Chicago/RSocrata/issues/118")
expect_equal(146, ncol(dfCsv), label="columns", info="https://github.com/Chicago/RSocrata/issues/118")
expect_equal(140, ncol(dfJson), label="columns", info="https://github.com/Chicago/RSocrata/issues/118")
})

Expand Down

0 comments on commit dad2a24

Please sign in to comment.