Correct fail
This commit is contained in:
@@ -208,7 +208,7 @@ describe('ol.Feature', function() {
|
||||
expect(feature.getGeometry()).to.be(point2);
|
||||
|
||||
feature.on('change', function() {
|
||||
expect.fail();
|
||||
expect().fail();
|
||||
});
|
||||
point.setCoordinates([0, 2]);
|
||||
});
|
||||
|
||||
@@ -67,7 +67,7 @@ describe('ol.net', function() {
|
||||
};
|
||||
};
|
||||
function callback() {
|
||||
expect.fail();
|
||||
expect().fail();
|
||||
}
|
||||
function errback() {
|
||||
expect(window[key]).to.be(undefined);
|
||||
|
||||
Reference in New Issue
Block a user