Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Jun 17, 2024
1 parent 0e74beb commit 9d01380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ def test_simapro_compartments():

def test_simapro_exchange_categories():
simapro_exchange_categories = get_simapro_category_of_exchange()
agr = simapro_exchange_categories["agricultural trailer production"]
assert agr["main category"] == "transport"
assert agr["category"] == "Road\Transformation\Infrastructure"
agr = simapro_exchange_categories[("2-butanol production by hydration of butene", "2-butanol")]
assert agr["category"] == "material"
assert agr["sub_category"] == "Chemicals\Organic\Transformation"


def test_references():
Expand Down

0 comments on commit 9d01380

Please sign in to comment.