Skip to content

Commit

Permalink
fails on my computer but not on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
benmarwick committed Feb 5, 2024
1 parent 6c2116f commit e79391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-003-add_dependencies_to_description.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ test_that("the DESCRIPTION file has once more changed exactly as expected", {
test_that("the DESCRIPTION file again contains the package dependencies", {
expect_equal(
grep(" git2r | glue | knitr | magrittr | rmarkdown | usethis | raster ", description_changed_once_more),
c(14:20)
c(14:19)
)
})

0 comments on commit e79391f

Please sign in to comment.