Skip to content

Commit 2da408f

Browse files
authored
Merge pull request #1739 from joto/fix-test-desc
Fix test description so it fits the actual test
2 parents bceff40 + 7c25c0a commit 2da408f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test-geom-multilinestrings.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ TEST_CASE("create_multilinestring from three lines, two with same start and "
180180
REQUIRE(ml[0] == expected);
181181
}
182182

183-
TEST_CASE("create_multilinestring from four lines forming two rings", "[NoDB]")
183+
TEST_CASE("create_multilinestring from four segments forming two lines",
184+
"[NoDB]")
184185
{
185186
std::array<geom::linestring_t, 2> const expected{
186187
geom::linestring_t{{2, 1}, {1, 1}, {1, 2}},

0 commit comments

Comments
 (0)