Fix test description

This commit is contained in:
Frederic Junod
2014-02-03 15:40:37 +01:00
committed by Tom Payne
parent ce721bc42f
commit c94b78144f

View File

@@ -319,7 +319,7 @@ describe('ol.structs.RBush', function() {
describe('#remove', function() {
it('can remove all 2000 objects', function() {
it('can remove all 1000 objects', function() {
var objs = rBush.getAll();
var i, value;
for (i = objs.length - 1; i >= 0; --i) {