Skip to content

Commit 351934a

Browse files
committed
Fix tests
1 parent ff2b68b commit 351934a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/errorlogs/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ describe('Testing Error Logs Plugin', function() {
222222
var logContent = JSON.parse(res2.text);
223223
logContent.should.be.an.instanceOf(Object);
224224
// After clearing, log should be empty or contain minimal content
225-
logContent.length.should.be.belowOrEqual(10);
225+
logContent.should.be.belowOrEqual(10);
226226
done();
227227
});
228228
});

0 commit comments

Comments
 (0)