diff --git a/test/spec/ol/format/wmsgetfeatureinfoformat.test.js b/test/spec/ol/format/wmsgetfeatureinfoformat.test.js index f4ec041a59..aff68e2dc0 100644 --- a/test/spec/ol/format/wmsgetfeatureinfoformat.test.js +++ b/test/spec/ol/format/wmsgetfeatureinfoformat.test.js @@ -20,6 +20,10 @@ describe('ol.format.WMSGetFeatureInfo', function() { }); }); + after(function() { + proj4.defs('urn:x-ogc:def:crs:EPSG:4326', undefined); + }); + it('creates 3 features', function() { expect(features).to.have.length(3); });