Skip to content

Commit

Permalink
refactor(plugin-meetings): refactor tests and description value
Browse files Browse the repository at this point in the history
  • Loading branch information
antsukanova committed Jul 18, 2024
1 parent 49747ed commit 343f687
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const emptyMqaInterval = {
peripherals: [],
cpuInfo: {
numberOfCores: 1, // default value from spec if CpuInfo.getNumLogicalCores cannot be determined
description: 'web client',
description: 'NA',
architecture: 'unknown',
},
processAverageCPU: 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2119,9 +2119,6 @@ describe('plugin-meetings', () => {
let getNumLogicalCoresStub;

beforeEach(async () => {
if (getNumLogicalCoresStub) {
getNumLogicalCoresStub.restore();
}
getNumLogicalCoresStub = sinon.stub(CpuInfo, 'getNumLogicalCores');
});

Expand Down

0 comments on commit 343f687

Please sign in to comment.