We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2b68b commit 351934aCopy full SHA for 351934a
plugins/errorlogs/tests.js
@@ -222,7 +222,7 @@ describe('Testing Error Logs Plugin', function() {
222
var logContent = JSON.parse(res2.text);
223
logContent.should.be.an.instanceOf(Object);
224
// After clearing, log should be empty or contain minimal content
225
- logContent.length.should.be.belowOrEqual(10);
+ logContent.should.be.belowOrEqual(10);
226
done();
227
});
228
0 commit comments