Skip to content

Commit 0121b42

Browse files
committed
Fix skipping of shiny test
1 parent 95219e8 commit 0121b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/helper-skip.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ skip_cloud_tests <- function() {
1818

1919
skip_shinytest_tests <- function() {
2020
skip_on_cran()
21-
skip_if_not_installed("shinytest")
21+
skip_if_not_installed("shinytest2")
2222
if (!grepl("true", Sys.getenv("SHINYTEST"), fixed = TRUE)) {
2323
skip("shinytest testing requires the SHINYTEST environment variable to be true")
2424
}

0 commit comments

Comments
 (0)