diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-08 09:00:20 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-08 09:00:20 +0200 |
commit | f6f8ca5142020c2c5b0628bdcae1e2d00b80c6d5 (patch) | |
tree | 6cb3d93ed2303aca71403b8c7e7907d5a1e2c9b6 /tests/testthat/test_mkinfit_errors.R | |
parent | 09104e678154881762199b8ba19d7683fac9155f (diff) |
Roxygenize, adapt tests
Diffstat (limited to 'tests/testthat/test_mkinfit_errors.R')
-rw-r--r-- | tests/testthat/test_mkinfit_errors.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_mkinfit_errors.R b/tests/testthat/test_mkinfit_errors.R index 940e0b2e..c1e9da1d 100644 --- a/tests/testthat/test_mkinfit_errors.R +++ b/tests/testthat/test_mkinfit_errors.R @@ -25,7 +25,7 @@ test_that("mkinfit stops to prevent and/or explain user errors", { parms.ini = c(f_parent_to_m1 = 1.1), quiet = TRUE), "sum up to more than 1") - expect_error(mkinfit(SFO_SFO.ff, FOCUS_2006_D, solution_type = "analytical"), "not implemented") + expect_error(mkinfit(SFO_SFO, FOCUS_2006_D, solution_type = "analytical"), "not implemented") expect_error(mkinfit("FOMC", FOCUS_2006_A, solution_type = "eigen"), "coefficient matrix not present") }) |