Skip to content

Commit

Permalink
fetchSDA: update test for FY24 refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Oct 1, 2024
1 parent 76cf503 commit aa34627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-fetchSDA_component.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test_that("fetchSDA() returns expected results", {
expect_equal(site(x)$nationalmusym, c('kzc4', 'kzc4'))

# test that both components have no NRCS forest/range site assigned
expect_equal(site(x)$ecoclassid, c("F114XB104IN", "F114XA101IN"))
expect_contains(site(x)$ecoclassid, c("F114XB104IN", "F114XA101IN"))
})

test_that("fetchSDA(duplicates=TRUE) works as expected", {
Expand Down

0 comments on commit aa34627

Please sign in to comment.