Skip to content

Commit

Permalink
Update tests for #237
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Dec 17, 2023
1 parent 69bc510 commit 482c964
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ecospold2/ecospold2_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def test_extraction_without_synonyms():
"type": "biosphere",
"chemical formula": "h2o2",
"formula": "does_it_hurt_when_dropped_on_foot * 2",
"CAS number": "7732-18-5",
"variable name": "it_is_boring_to_do_this_manually",
"name": "Water",
"classifications": {"CPC": []},
Expand Down Expand Up @@ -218,6 +219,7 @@ def test_extraction_with_synonyms():
"name": "Water",
"chemical formula": "h2o2",
"formula": "does_it_hurt_when_dropped_on_foot * 2",
"CAS number": "7732-18-5",
"variable name": "it_is_boring_to_do_this_manually",
"classifications": {"CPC": []},
"production volume": 0.0,
Expand Down

0 comments on commit 482c964

Please sign in to comment.