Skip to content

Commit

Permalink
updating test for new field name. closes #169 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
geneorama authored and nicklucius committed Apr 27, 2019
1 parent d8a7663 commit 842f9e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Description: Provides easier interaction with
format and manages throttling by 'Socrata'.
Users can upload data to 'Socrata' portals directly
from R.
Version: 1.7.6-3
Date: 2019-04-18
Version: 1.7.7-1
Date: 2019-04-26
Author: Hugh Devlin, Ph. D., Tom Schenk, Jr., Gene Leynes, Nick Lucius, John Malc, Mark Silverberg, and Peter Schmeideskamp
Maintainer: "Tom Schenk Jr." <[email protected]>
Depends:
Expand All @@ -28,4 +28,4 @@ Suggests:
License: MIT + file LICENSE
URL: https://github.com/Chicago/RSocrata
BugReports: https://github.com/Chicago/RSocrata/issues
RoxygenNote: 6.1.0
RoxygenNote: 6.1.1
2 changes: 1 addition & 1 deletion tests/testthat/test-all.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ test_that("Date is not entirely NA if the first record is bad (issue 68)", {
# "Testing issue 68 https://github.com/Chicago/RSocrata/issues/68")

df <- read.socrata("https://data.cityofchicago.org/resource/4h87-zdcp.csv")
expect_false(object = all(is.na(df$DATE.RECEIVED)),
expect_false(object = all(is.na(df$date_received)),
"Testing issue 68 https://github.com/Chicago/RSocrata/issues/68")


Expand Down

0 comments on commit 842f9e3

Please sign in to comment.