From 56b89e0395d381e0637a4dda304b40b07b8ef6a2 Mon Sep 17 00:00:00 2001 From: unknown <ldecicco@usgs.gov> Date: Tue, 17 Feb 2015 12:58:19 -0600 Subject: [PATCH] Fixed test. --- tests/testthat/tests_imports.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/tests_imports.R b/tests/testthat/tests_imports.R index 7610a299..ea5fe048 100644 --- a/tests/testthat/tests_imports.R +++ b/tests/testthat/tests_imports.R @@ -132,5 +132,5 @@ test_that("External WQP tests", { STORETex <- constructWQPURL('WIDNR_WQX-10032762','Specific conductance', '', '') STORETdata <- importWQP(STORETex) - expect_is(rawSample2$ActivityStartDateTime, 'POSIXct') + expect_is(STORETdata$ActivityStartDateTime, 'POSIXct') }) \ No newline at end of file -- GitLab