Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
equitable-equations committed Apr 9, 2024
1 parent f89d3f3 commit cf587a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-download_assessment.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ test_that("download_assessment works", {

if (nrow(test_assessment) !=0){
expect_equal(memoise::has_cache(download_assessment_internal)(25002), TRUE)
expect_equal(nrow(test_a), 140)
expect_equal(test_a$V1[1], "Edison dune and swale")
expect_equal(nrow(test_assessment), 140)
expect_equal(test_assessment$V1[1], "Edison dune and swale")
}
})

0 comments on commit cf587a8

Please sign in to comment.