Skip to content

Commit

Permalink
skip test when probably isn't available
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Dec 11, 2024
1 parent 49fc229 commit 6939d5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-adjust-predictions-custom.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ test_that("basic adjust_predictions_custom() usage works", {
})

test_that("adjust_predictions_custom() for numerics works without setting type (#61)", {
skip_if_not_installed("probably")

library(tibble)

set.seed(1)
Expand Down

0 comments on commit 6939d5e

Please sign in to comment.