Skip to content

Commit

Permalink
[skip style] [skip vbump] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2024
1 parent 036b3e7 commit 0154369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-tag_examplesShinylive.R
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ test_that("format returns Rd parsable to tidy HTML", {
tidy_res <- suppressWarnings(system2(
"tidy",
c("-language en", "-qe", x),
stdout = TRUE, stderr = TRUE)
)
stdout = TRUE, stderr = TRUE
))
tidy_res <- grep("line 1 column 1", tidy_res, value = TRUE, invert = TRUE)
testthat::expect_setequal(tidy_res, character(0))
})
Expand Down

0 comments on commit 0154369

Please sign in to comment.