Skip to content

Commit

Permalink
remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Sep 23, 2024
1 parent 331ac1d commit d621b95
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/testthat/test-mutate_at.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ test_that("mulitple functions", {
})

test_that("no input", {
# Wait for call pass through
expect_snapshot(
error = TRUE,
iris_rec %>%
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-rename_at.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ test_that("mulitple functions", {
})

test_that("no input", {
# Wait for call pass through
expect_snapshot(
error = TRUE,
iris_rec %>%
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-window.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ test_that("error checks", {
expect_snapshot(error = TRUE,
rec %>% step_window(y1, size = NA)
)
# Wait for call pass through
expect_snapshot(
error = TRUE,
rec %>% step_window(y1, size = NULL)
Expand Down

0 comments on commit d621b95

Please sign in to comment.