Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhee11 committed Jun 9, 2024
1 parent eba21e1 commit b08a870
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('ContainerDetector', () => {
readStub = sinon.stub(ContainerDetector, 'readFileAsync' as any);
sinon.stub(containerDetector, '_getContainerIdV1' as any).resolves('');
sinon.stub(containerDetector, '_getContainerIdV2' as any).resolves(correctCgroupV2Data);

const containerId = await containerDetector['_getContainerId']();
assert.strictEqual(containerId, correctCgroupV2Data);
});
Expand Down

0 comments on commit b08a870

Please sign in to comment.