Skip to content

Commit

Permalink
Merge pull request #298 from ldecicco-USGS/master
Browse files Browse the repository at this point in the history
no data has data
  • Loading branch information
ldecicco-USGS authored Dec 16, 2016
2 parents 35cba0a + 5c494d5 commit 094dc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/tests_userFriendly_fxns.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test_that("Unit value data returns correct types", {
"X_YSI.6136.DOWN_63680_00000_cd","tz_cd")))

noData <- readNWISuv("01196500","00010", "2016-06-15", "2016-06-15")
expect_equal(noData$X_00010_00000[1], as.numeric(NA))
# expect_equal(noData$X_00010_00000[1], as.numeric(NA))

})

Expand Down

0 comments on commit 094dc32

Please sign in to comment.