diff options
Diffstat (limited to 'tests/testthat/test_summary.R')
-rw-r--r-- | tests/testthat/test_summary.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_summary.R b/tests/testthat/test_summary.R index a31d3bae..87dc7de2 100644 --- a/tests/testthat/test_summary.R +++ b/tests/testthat/test_summary.R @@ -47,7 +47,7 @@ test_that("Summaries are reproducible", { }) test_that("Summaries of mmkin objects are reproducible", { - test_summary <- summary(fits) + test_summary <- summary(fits[ , 2:3]) test_summary$time <- c(elapsed = "test time 0") expect_known_output(print(test_summary), "summary_parent_FOCUS_2006.txt") }) |