From c94b78144f6aa70c3c6ce79a1bf9b2cfc055ba5e Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 3 Feb 2014 15:40:37 +0100 Subject: [PATCH] Fix test description --- test/spec/ol/structs/rbush.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/ol/structs/rbush.test.js b/test/spec/ol/structs/rbush.test.js index bb2f78c62f..dc5c20f7c8 100644 --- a/test/spec/ol/structs/rbush.test.js +++ b/test/spec/ol/structs/rbush.test.js @@ -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) {