| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a7ef102 commit 0b6a84a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -109,7 +109,7 @@ function _validateContent(report) { | |||
| 109 | 109 | assert.strictEqual(typeof cpu.idle, 'number'); | |
| 110 | 110 | assert.strictEqual(typeof cpu.irq, 'number'); | |
| 111 | 111 | assert(cpus.some((c) => { | |
| 112 | - return c.model === cpu.model && c.speed === cpu.speed; | ||
| 112 | + return c.model === cpu.model; | ||
| 113 | 113 | })); | |
| 114 | 114 | }); | |
| 115 | 115 | assert.strictEqual(header.host, os.hostname()); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments