Skip to content

Commit

Permalink
fix(mocks): rename carbon-embodied to embodied-carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Sep 11, 2024
1 parent 5d5311c commit fb1c73b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/__mocks__/builtins/export-yaml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export const tree = {
'resources-reserved': 1,
'resources-total': 8,
'cpu/energy': 0.000008888888888888888,
"carbon-plus-energy'": 10.000008888888889,
'carbon-embodied': 0.0000020256215119228817,
'carbon-plus-energy': 10.000008888888889,
'embodied-carbon': 0.0000020256215119228817,
'carbon-operational': 4000,
carbon: 4000.0000020256216,
sci: 240000.0001215373,
Expand Down Expand Up @@ -92,7 +92,7 @@ export const tree = {
'resources-total': 8,
'cpu/energy': 0.00001650338753387534,
"carbon-plus-energy'": 10.000016503387533,
'carbon-embodied': 0.0000020256215119228817,
'embodied-carbon': 0.0000020256215119228817,
'carbon-operational': 4000,
carbon: 4000.0000020256216,
sci: 240000.0001215373,
Expand Down

0 comments on commit fb1c73b

Please sign in to comment.