Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Feb 11, 2024
1 parent 195ed7a commit 5099630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ def test_fuel_blend():
"share": [0.93, 0.93, 0.93, 0.93, 0.93, 0.93],
},
"secondary": {
"type": "biodiesel - cooking oil",
"type": "diesel - biodiesel - cooking oil",
"share": [0.07, 0.07, 0.07, 0.07, 0.07, 0.07],
},
},
"cng": {
"primary": {
"type": "biogas - sewage sludge",
"type": "methane - biomethane - sewage sludge",
"share": [1, 1, 1, 1, 1, 1],
}
},
Expand Down

0 comments on commit 5099630

Please sign in to comment.