diff options
Diffstat (limited to 'tests/testthat/test_mkinfit_errors.R')
-rw-r--r-- | tests/testthat/test_mkinfit_errors.R | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/testthat/test_mkinfit_errors.R b/tests/testthat/test_mkinfit_errors.R index 8adb05c1..3a04e9c6 100644 --- a/tests/testthat/test_mkinfit_errors.R +++ b/tests/testthat/test_mkinfit_errors.R @@ -18,14 +18,6 @@ context("Special cases of mkinfit calls") -SFO_SFO.ff.nosink <- mkinmod( - parent = mkinsub("SFO", "m1", sink = FALSE), - m1 = mkinsub("SFO"), quiet = TRUE, use_of_ff = "max") - -SFO_SFO.ff <- mkinmod( - parent = mkinsub("SFO", "m1"), - m1 = mkinsub("SFO"), quiet = TRUE, use_of_ff = "max") - test_that("mkinfit stops to prevent and/or explain user errors", { expect_error(mkinfit("foo", FOCUS_2006_A)) expect_error(mkinfit(3, FOCUS_2006_A)) |