diff --git a/tern.Rproj b/tern.Rproj index a8fcecc6fb..4f69393588 100644 --- a/tern.Rproj +++ b/tern.Rproj @@ -1,5 +1,4 @@ Version: 1.0 -ProjectId: 9441de74-2fb5-42be-9c7a-c2a704b8aa93 RestoreWorkspace: Default SaveWorkspace: Default diff --git a/tests/testthat/test-bland-altman.R b/tests/testthat/test-bland-altman.R index bc7fdbb214..f310c9de09 100644 --- a/tests/testthat/test-bland-altman.R +++ b/tests/testthat/test-bland-altman.R @@ -95,7 +95,7 @@ testthat::test_that("g_bland_altman works with default settings", { ) conf_level <- 0.9 - testthat::expect_silent(g_bland_altman_res <- withr::with_options( + testthat::expect_no_error(g_bland_altman_res <- withr::with_options( opts_partial_match_old, g_bland_altman(x, y, conf_level = conf_level) ))