Skip to content

Commit

Permalink
feat(src): fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
maddendeavor committed Apr 5, 2024
1 parent 7c41aa4 commit 9a095d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/unit/lib/cloud-metadata/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ describe('lib/cloud-metadata:', () => {
'Intel® Xeon® Platinum 8272CL,Intel® Xeon® 8171M 2.1 GHz,Intel® Xeon® E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz',
'vcpus-allocated': 1,
'vcpus-total': 52,
'water-usage-effectiveness': 164,
'water-usage-effectiveness': 1.8,
},
]);
});
Expand Down

0 comments on commit 9a095d0

Please sign in to comment.