Fix test description
This commit is contained in:
committed by
Tom Payne
parent
ce721bc42f
commit
c94b78144f
@@ -319,7 +319,7 @@ describe('ol.structs.RBush', function() {
|
|||||||
|
|
||||||
describe('#remove', function() {
|
describe('#remove', function() {
|
||||||
|
|
||||||
it('can remove all 2000 objects', function() {
|
it('can remove all 1000 objects', function() {
|
||||||
var objs = rBush.getAll();
|
var objs = rBush.getAll();
|
||||||
var i, value;
|
var i, value;
|
||||||
for (i = objs.length - 1; i >= 0; --i) {
|
for (i = objs.length - 1; i >= 0; --i) {
|
||||||
|
|||||||
Reference in New Issue
Block a user