mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-22 10:21:01 +00:00
patch: Fix the sysInfo.getCpuId() test
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipul@balena.io>
This commit is contained in:
parent
d058f43feb
commit
50a2f3d313
@ -119,7 +119,7 @@ describe('System information', async () => {
|
|||||||
]),
|
]),
|
||||||
);
|
);
|
||||||
const cpuId = await sysInfo.getCpuId();
|
const cpuId = await sysInfo.getCpuId();
|
||||||
expect(cpuId).to.equal('1000000001b93f3');
|
expect(cpuId).to.equal('1000000001b93f3f');
|
||||||
fsStub.restore();
|
fsStub.restore();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user