Skip to content

Commit

Permalink
Remove conditional check for feature available in vctrs >= 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed May 9, 2024
1 parent d698022 commit 3443bf4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
22 changes: 0 additions & 22 deletions tests/testthat/helper-lazy.R

This file was deleted.

2 changes: 0 additions & 2 deletions tests/testthat/test-generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ test_that("`dplyr_reconstruct()` doesn't modify the original `data` in place", {
})

test_that("`dplyr_reconstruct()`, which gets and sets attributes, doesn't touch `row.names` (#6525)", {
skip_if_no_lazy_character()

dplyr_attributes <- function(x) {
.Call(ffi_test_dplyr_attributes, x)
}
Expand Down

0 comments on commit 3443bf4

Please sign in to comment.