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 a7ef102 commit 0b6a84aCopy full SHA for 0b6a84a
test/common/report.js
@@ -109,7 +109,7 @@ function _validateContent(report) {
109
assert.strictEqual(typeof cpu.idle, 'number');
110
assert.strictEqual(typeof cpu.irq, 'number');
111
assert(cpus.some((c) => {
112
- return c.model === cpu.model && c.speed === cpu.speed;
+ return c.model === cpu.model;
113
}));
114
});
115
assert.strictEqual(header.host, os.hostname());
0 commit comments