Skip to content

Commit

Permalink
Remove stray sdf_register
Browse files Browse the repository at this point in the history
  • Loading branch information
gregleleu committed Jul 14, 2023
1 parent 6fa236e commit e75acdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/tests/testthat/test-dbplyr-integration.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ test_that("ST_RemovePoint() works as expected", {
sdf <- sdf_len(sc, 1) %>%
dplyr::mutate(linestring = ST_GeomFromText("LINESTRING(0 0, 21 52, 1 1, 1 0)")) %>%
dplyr::transmute(linestring = ST_RemovePoint(linestring, 1))
sdf_register(name = random_string())
df <- sdf %>% collect()

expect_equal(nrow(df), 1)
Expand Down

0 comments on commit e75acdc

Please sign in to comment.