Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Jun 17, 2021
1 parent 4f2193e commit a936c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/GeoExt/data/store/Features.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a936c40

Please sign in to comment.