Skip to content

Commit 977a205

Browse files
committed
fix invalid wkt in test
1 parent a4d0fa4 commit 977a205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-s2-transformers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ test_that("s2_rebuild() works", {
390390
# snap
391391
expect_wkt_equal(
392392
s2_rebuild(
393-
"MULTIPOINT (0.01 0.01, -0.01 -0.01))",
393+
"MULTIPOINT (0.01 0.01, -0.01 -0.01)",
394394
options = s2_options(
395395
snap = s2_snap_precision(1e1),
396396
duplicate_edges = TRUE

0 commit comments

Comments
 (0)