Skip to content

Commit

Permalink
More method typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason committed Feb 13, 2024
1 parent 48e2f3a commit c387ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mprester.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_get_materials_ids_references(self, mpr):
assert len(data) > 5

def test_get_materials_ids_doc(self, mpr):
mp_ids = mpr.get_materials_ids("Al2O3")
mp_ids = mpr.get_materials_id("Al2O3")
random.shuffle(mp_ids)
doc = mpr.materials.search(material_ids=mp_ids.pop(0))[0]
assert doc.formula_pretty == "Al2O3"
Expand Down

0 comments on commit c387ac3

Please sign in to comment.