Skip to content

Commit

Permalink
Update tests/testthat/test-stroke.R
Browse files Browse the repository at this point in the history
Co-authored-by: Claudiu Forgaci <[email protected]>
  • Loading branch information
fnattino and cforgaci authored Jan 20, 2025
1 parent 808bdc3 commit a793f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-stroke.R
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ test_that("flow mode does not break edges on a real dataset", {

# compare the grouped edges to the strokes: if identical, this means that
# the strokes contain full edges, i.e. flow_mode is respected
# NOTE: elemet-wise comparison works even if "strokes" consists of only
# NOTE: element-wise comparison works even if "strokes" consists of only
# linestrings, while "edges_merged" includes some multilinestrings
expect_true(all(strokes == edges_merged))
})

0 comments on commit a793f4c

Please sign in to comment.