Skip to content

Commit

Permalink
adjust expedcted value in test
Browse files Browse the repository at this point in the history
Signed-off-by: jmc <[email protected]>
  • Loading branch information
jmcook1186 authored and gnanakeethan committed Sep 15, 2023
1 parent 69874f5 commit 3414bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/case-studies/eshoppen.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('eshoppen:configure test', () => {
])
).resolves.toStrictEqual([
{
'e-cpu': 122.4,
'e-cpu': 0.12240000000000001,
'n-hours': 1,
'n-chips': 1,
tdp: 120,
Expand Down

0 comments on commit 3414bac

Please sign in to comment.