Skip to content

Commit 9f25c5f

Browse files
committed
Fix typo in test description.
1 parent b45595e commit 9f25c5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/geo/path-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ suite.addBatch({
296296
assert.inDelta(bounds[1][0], 794.602, 1e-3);
297297
assert.inDelta(bounds[1][1], 856.501, 1e-3);
298298
},
299-
"renders a line string": function(p) {
299+
"centroid of a line string": function(p) {
300300
var centroid = p.centroid({type: "LineString", coordinates: [[-122, 37], [-74, 40], [-100, 0]]});
301301
assert.inDelta(centroid[0], 434.655, 1e-3);
302302
assert.inDelta(centroid[1], 397.940, 1e-3);

0 commit comments

Comments
 (0)