From de7dfb2bc3e2c2f853a63f70f69f52d4065a985f Mon Sep 17 00:00:00 2001 From: "Richard J. Acton" Date: Sun, 13 Oct 2024 18:53:32 +0100 Subject: [PATCH] wrap overlong lines --- tests/testthat/test-renv_helpers.R | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/testthat/test-renv_helpers.R b/tests/testthat/test-renv_helpers.R index 68012841..bb83e424 100644 --- a/tests/testthat/test-renv_helpers.R +++ b/tests/testthat/test-renv_helpers.R @@ -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()`", {