Skip to content

Commit

Permalink
Actual update for append_to_url() PMC test
Browse files Browse the repository at this point in the history
  • Loading branch information
allenbaron committed Nov 2, 2024
1 parent 178b760 commit f37d045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-append.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test_that("append_to_url() works", {
)
expect_equal(
append_to_url(x, "pmc"),
"https://www.ncbi.nlm.nih.gov/pmc/blah"
"https://pmc.ncbi.nlm.nih.gov/articles/blah"
)
expect_equal(
append_to_url(x, "http://fake.url.com/"),
Expand Down

0 comments on commit f37d045

Please sign in to comment.