From a936c40935b001ad2769764d344f4f093a62f0e8 Mon Sep 17 00:00:00 2001 From: sethg Date: Thu, 17 Jun 2021 11:16:13 +0200 Subject: [PATCH] Lint fix --- test/spec/GeoExt/data/store/Features.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/GeoExt/data/store/Features.test.js b/test/spec/GeoExt/data/store/Features.test.js index 904d6903c..a0ef908bd 100644 --- a/test/spec/GeoExt/data/store/Features.test.js +++ b/test/spec/GeoExt/data/store/Features.test.js @@ -493,7 +493,7 @@ describe('GeoExt.data.store.Features', function() { ); }); - it('is done correctly for "clear"', function () { + it('is done correctly for "clear"', function() { layer.getSource().clear(); expect(store.getCount()).to.be( layer.getSource().getFeatures().length