Skip to content

Commit 319a83b

Browse files
committed
Fix test description in select_test.js
1 parent 2fa50c0 commit 319a83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/select_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ describe('select box and lasso', function() {
105105
.then(done);
106106
});
107107

108-
it('should be appended to the the shape layer', function() {
108+
it('should be appended to the zoom layer', function() {
109109
var x0 = 100;
110110
var y0 = 200;
111111
var x1 = 150;

0 commit comments

Comments
 (0)