Skip to content

Commit

Permalink
Update: TDP Finder fixing test
Browse files Browse the repository at this point in the history
Signed-off-by: Gnanakeethan Balasubramaniam <[email protected]>
  • Loading branch information
gnanakeethan committed Sep 25, 2023
1 parent 59a32f4 commit 1697f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tdp-finder/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('tdp-finder:configure test', () => {
).resolves.toStrictEqual([
{
'physical-processor': 'Intel Xeon Platinum 8175M',
tdp: 6.0,
tdp: 0.0,
},
]);
await expect(
Expand Down

0 comments on commit 1697f49

Please sign in to comment.