From 509963085c8b34e3a7b1421344017bc4d07b4eb7 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Sun, 11 Feb 2024 14:00:06 +0100 Subject: [PATCH] Fix test --- tests/test_inventory.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_inventory.py b/tests/test_inventory.py index cfd2707..1303c28 100644 --- a/tests/test_inventory.py +++ b/tests/test_inventory.py @@ -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], } },