diff --git a/tests/testthat/tests_imports.R b/tests/testthat/tests_imports.R index e2c52cf0be3d63f301d3a5f5b0544433ff13465e..d4cf28bebef56c71df66b02325809c3dddda9ab1 100644 --- a/tests/testthat/tests_imports.R +++ b/tests/testthat/tests_imports.R @@ -121,7 +121,7 @@ context("importWQP_noCRAN") test_that("External WQP tests", { testthat::skip_on_cran() - +expect_is(1==1, is_true()) # rawSampleURL <- constructWQPURL('USGS-01594440','01075', '', '') # rawSample <- importWQP(rawSampleURL) # expect_is(rawSample$ActivityStartDateTime, 'POSIXct') @@ -133,4 +133,4 @@ test_that("External WQP tests", { # STORETex <- constructWQPURL('WIDNR_WQX-10032762','Specific conductance', '', '') # STORETdata <- importWQP(STORETex) # expect_is(STORETdata$ActivityStartDateTime, 'POSIXct') -}) \ No newline at end of file +})