Skip to content

Commit

Permalink
test: unskip test 🧪
Browse files Browse the repository at this point in the history
  • Loading branch information
loreabad6 committed Sep 6, 2024
1 parent ca28ceb commit 678b94a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-dplyr.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ arr = as_post_array(polygons)
cls_arr = c("post_array")

test_that("filter works as expected and returns a post_array", {
skip_if_not_installed("cubelyr")
out1 = filter(arr, datetime == "2020-10-03")
expect_equal(length(out1$geometry), 5)
expect_s3_class(out1, cls_arr)
Expand Down

0 comments on commit 678b94a

Please sign in to comment.