diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-09 09:44:14 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-09 09:44:14 +0100 |
commit | f33ce936323d9afc884f9254fb57d19744cadf75 (patch) | |
tree | d19d0d3ac4bbbacea712550a82d9764fadd89477 /tests/testthat/test_plot.R | |
parent | c51fe964d66303f531d6b593b6fe46bdfacb13b4 (diff) |
Fix tests and rerun
Diffstat (limited to 'tests/testthat/test_plot.R')
-rw-r--r-- | tests/testthat/test_plot.R | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testthat/test_plot.R b/tests/testthat/test_plot.R index bafcd561..4d815d33 100644 --- a/tests/testthat/test_plot.R +++ b/tests/testthat/test_plot.R @@ -32,10 +32,10 @@ test_that("Plotting mkinfit and mmkin objects is reproducible", { plot_err_sfo_sfo <- function() plot_err(f_sfo_sfo_desolve) vdiffr::expect_doppelganger("plot_err for FOCUS D", plot_err_sfo_sfo) - plot_errmod_fit_obs_1 <- function() plot_err(fit_obs_1, sep_obs = FALSE) + plot_errmod_fit_tc_1 <- function() plot_err(fit_tc_1, sep_obs = FALSE) vdiffr::expect_doppelganger("plot_errmod with SFO_lin_a_tc", plot_errmod_fit_tc_1) - plot_errmod_fit_tc_1 <- function() plot_err(fit_tc_1, sep_obs = FALSE) + plot_errmod_fit_obs_1 <- function() plot_err(fit_obs_1, sep_obs = FALSE) vdiffr::expect_doppelganger("plot_errmod with SFO_lin_a_obs", plot_errmod_fit_obs_1) skip_on_travis() |