Skip to content

Commit

Permalink
Update test for more detailed API response
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Jul 19, 2024
1 parent 67a01d4 commit 488c2df
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/test_process_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,14 @@ def test_get_basic_info(nuclear):
"version": "3.7.1",
"system_model": "apos",
"activity_name": "electricity production, nuclear, boiling water reactor",
"geography": "FI",
"geography": {
"comment": None,
"long_name": "Finland",
"short_name": "FI",
},
"reference_product": "electricity, high voltage",
"sector": "Electricity",
"unit": "kWh",
"has_access": True,
}
assert nuclear.get_basic_info() == expected
Expand Down

0 comments on commit 488c2df

Please sign in to comment.