Skip to content
Snippets Groups Projects
Commit efd434c5 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Fixed dummy tests. And, the Ice example suddenly has estimated data.

parent afc097ab
No related branches found
No related tags found
1 merge request!86remove WQP tests
......@@ -37,5 +37,5 @@ test_that("General WQP retrievals working", {
# nutrientDaneCounty <- readWQPdata(countycode="US:55:025",startDate=startDate,
# characteristicType="Nutrient")
# expect_is(nutrientDaneCounty$ActivityStartDateTime, 'POSIXct')
expect_is(1==1, is_true())
expect_that(1==1, is_true())
})
......@@ -121,7 +121,7 @@ context("importWQP_noCRAN")
test_that("External WQP tests", {
testthat::skip_on_cran()
expect_is(1==1, is_true())
expect_that(1==1, is_true())
# rawSampleURL <- constructWQPURL('USGS-01594440','01075', '', '')
# rawSample <- importWQP(rawSampleURL)
# expect_is(rawSample$ActivityStartDateTime, 'POSIXct')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment