Skip to content

Commit

Permalink
make lintr happy
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningLorenzen-ext-bayer committed Sep 4, 2023
1 parent 1367a4a commit 17933c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testthat/test-object-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ test_that("can convert quote percentage signs in urls", {
)

expect_equal(
package_seealso_urls(BugReports = "https://www.foo.bar/search?q=bug%20report"),
package_seealso_urls(
BugReports = "https://www.foo.bar/search?q=bug%20report"
),
"Report bugs at \\url{https://www.foo.bar/search?q=bug\\%20report}"
)
})
Expand Down

0 comments on commit 17933c0

Please sign in to comment.