blob: 1470cd5f796f1717ac5c2068d3ccdc0e13035a40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- tests/testthat/test-link.R.orig 2025-11-28 09:31:09 UTC
+++ tests/testthat/test-link.R
@@ -247,10 +247,6 @@ test_that("looks in attached packages", {
# href_expr_(vignette("sha1")),
# "https://cran.rstudio.com/web/packages/digest/vignettes/sha1.html"
# )
- expect_equal(
- href_expr_(vignette("moveline")),
- "https://cran.rstudio.com/web/packages/grid/vignettes/moveline.pdf"
- )
})
test_that("fail gracefully with non-working calls", {
|