From 8228a83a4dbd420352823a755926c8778baca460 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 25 Feb 2019 15:34:11 +0100 Subject: Another test case for plotting --- tests/testthat/test_plots_twa.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testthat') 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",]) -- cgit v1.2.1