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

@@ -67,7 +67,7 @@ describe('ol.net', function() {
};
};
function callback() {
expect.fail();
expect().fail();
}
function errback() {
expect(window[key]).to.be(undefined);