Unnecessary spy
This commit is contained in:
@@ -4,11 +4,9 @@ describe('ol.proj', function() {
|
||||
|
||||
beforeEach(function() {
|
||||
ol.proj.common.add();
|
||||
sinon.spy(ol.proj, 'addTransform');
|
||||
});
|
||||
|
||||
afterEach(function() {
|
||||
ol.proj.addTransform.restore();
|
||||
ol.proj.clearAllProjections();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user