Skip to content

Commit

Permalink
wrap overlong lines
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardJActon committed Oct 13, 2024
1 parent 72f930e commit de7dfb2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/testthat/test-renv_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ testthat::test_that("Testing `renv_remote_pkg()`", {
)
)

testthat::expect_equal(renv_remote_pkg(synthetic_renv_lock_example$githubpkg), expected_git_pkg$githubpkg)
testthat::expect_equal(renv_remote_pkg(synthetic_renv_lock_example$gitlabpkg), expected_git_pkg$gitlabpkg)
testthat::expect_equal(
renv_remote_pkg(synthetic_renv_lock_example$githubpkg), expected_git_pkg$githubpkg
)
testthat::expect_equal(
renv_remote_pkg(synthetic_renv_lock_example$gitlabpkg), expected_git_pkg$gitlabpkg
)
})

testthat::test_that("Testing `renv2nix()`", {
Expand Down

0 comments on commit de7dfb2

Please sign in to comment.