fix(core): update

This commit is contained in:
2019-08-22 13:01:44 +02:00
parent 9dded0eab5
commit 10ab005343
2 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@ tap.test('should create a smartsystem instance', async tools => {
});
tap.test('should state the operating system', async () => {
expect(smartsystemInstance.cpuCount);
expect(smartsystemInstance.cpus.length).to.be.greaterThan(0);
});
tap.start();