Skip to content

Commit

Permalink
Merge pull request #166 from USEPA/cm12012022
Browse files Browse the repository at this point in the history
Cm12012022
  • Loading branch information
cristinamullin authored Dec 2, 2022
2 parents 4cd01f2 + 08aa6b1 commit b2f5a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-DataDiscoveryRetrieval.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ test_that("TADAdataRetrieval", {
check_autoclean_meters_works <- TADAdataRetrieval(statecode = "UT",
characteristicName = c("Ammonia", "Nitrate", "Nitrogen"),
startDate = "01-01-2021")
expect_equal(unique(check_autoclean_meters_works$ActivityDepthHeightMeasure.MeasureUnitCode), c("NA", 'm'))
expect_true(any(check_autoclean_meters_works$ActivityDepthHeightMeasure.MeasureUnitCode!="meters"))
})

0 comments on commit b2f5a82

Please sign in to comment.