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