diff options
Diffstat (limited to 'tests/testthat/test_plots_twa.R')
-rw-r--r-- | tests/testthat/test_plots_twa.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_plots_twa.R b/tests/testthat/test_plots_twa.R index 0014f738..ff899bc9 100644 --- a/tests/testthat/test_plots_twa.R +++ b/tests/testthat/test_plots_twa.R @@ -52,7 +52,7 @@ context("Plotting") test_that("Plotting mmkin objects is reproducible", { skip_on_cran() - plot_sep_FOCUS_C_SFO <- function() plot_sep(fits[[, "FOCUS_C"]]) + plot_sep_FOCUS_C_SFO <- function() plot_sep(fits[["SFO", "FOCUS_C"]]) mmkin_FOCUS_C <- function() plot(fits[, "FOCUS_C"]) mmkin_SFO <- function() plot(fits["SFO",]) |