Skip to content

Commit 482c964

Browse files
committed
Update tests for #237
1 parent 69bc510 commit 482c964

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ecospold2/ecospold2_extractor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def test_extraction_without_synonyms():
8181
"type": "biosphere",
8282
"chemical formula": "h2o2",
8383
"formula": "does_it_hurt_when_dropped_on_foot * 2",
84+
"CAS number": "7732-18-5",
8485
"variable name": "it_is_boring_to_do_this_manually",
8586
"name": "Water",
8687
"classifications": {"CPC": []},
@@ -218,6 +219,7 @@ def test_extraction_with_synonyms():
218219
"name": "Water",
219220
"chemical formula": "h2o2",
220221
"formula": "does_it_hurt_when_dropped_on_foot * 2",
222+
"CAS number": "7732-18-5",
221223
"variable name": "it_is_boring_to_do_this_manually",
222224
"classifications": {"CPC": []},
223225
"production volume": 0.0,

0 commit comments

Comments
 (0)