Correct fail

This commit is contained in:
Tim Schaub
2019-09-27 23:23:24 +02:00
parent 70706443f5
commit 239f5745c1
2 changed files with 2 additions and 2 deletions

View File

@@ -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]);
});