mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-21 10:01:55 +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();
|
||||
expect(cpuId).to.equal('1000000001b93f3');
|
||||
expect(cpuId).to.equal('1000000001b93f3f');
|
||||
fsStub.restore();
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user