Skip to content

Commit

Permalink
Style test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemahoney218 committed Nov 2, 2023
1 parent 0ec9ce5 commit c1fcbd9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/testthat/test-nesting.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
)

})

# ------------------------------------------------------------------------------
Expand Down

0 comments on commit c1fcbd9

Please sign in to comment.