Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS committed Jul 25, 2024
1 parent 73251ec commit a727a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/tests_imports.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ test_that("External importWaterML1 test", {
)
groundWater <- importRDB1(groundwaterExampleURL)

expect_is(groundWater$lev_dateTime, "POSIXct")
expect_is(groundWater$lev_dt, "Date")

unitDataURL <- constructNWISURL(
siteNumber, property,
Expand Down

0 comments on commit a727a53

Please sign in to comment.