Skip to content

Commit

Permalink
tests only work with future updates
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 4, 2024
1 parent 9c45e40 commit 67ae525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-plot.p_significance.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ test_that("`plot.see_p_significance()` works", {
expect_s3_class(plot(result), "gg")
})

# skip_if_not_installed("bayestestR", minimum_version = "0.14.1")
# skip_if_not_installed("parameters", minimum_version = "0.22.3")
skip_if_not_installed("bayestestR", minimum_version = "0.14.1")
skip_if_not_installed("parameters", minimum_version = "0.22.3")

test_that("`plot.see_p_significance works for two thresholds", {
skip_if_not_installed("vdiffr")
Expand Down

0 comments on commit 67ae525

Please sign in to comment.