Skip to content

Commit

Permalink
Update tests/testthat/test-individual_patient_plot.R
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Zhu <[email protected]>
  • Loading branch information
shajoezhu authored Sep 6, 2024
1 parent 071beac commit 9e39db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-individual_patient_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ adlb <- tern_ex_adlb %>%
slice(1:36)

testthat::test_that("h_g_ipp works correctly", {
require("nestcolor", quietly = TRUE)
skip_if_not_installed("nestcolor")
require("nestcolor", quietly = TRUE)

testthat::expect_silent(h_g_ipp(
df = adlb,
Expand Down

0 comments on commit 9e39db4

Please sign in to comment.