From c1fcbd99d157910be226e1e1ad19e705a536cd4c Mon Sep 17 00:00:00 2001 From: Mike Mahoney Date: Thu, 2 Nov 2023 15:31:40 -0400 Subject: [PATCH] Style test --- tests/testthat/test-nesting.R | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/testthat/test-nesting.R b/tests/testthat/test-nesting.R index 16d3d40b..efa294c4 100644 --- a/tests/testthat/test-nesting.R +++ b/tests/testthat/test-nesting.R @@ -100,12 +100,11 @@ test_that("long calls don't error", { outside = sliding_period( index = date, period = "month", - origin = modeldata::Chicago$date[1]) - , + origin = modeldata::Chicago$date[1] + ), inside = vfold_cv(v = 4) ) ) - }) # ------------------------------------------------------------------------------